Ver código fonte

Adds better webpack stats output

main
Eric Amodio 1 ano atrás
pai
commit
840ca6f549
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      webpack.config.js

+ 5
- 0
webpack.config.js Ver arquivo

@ -251,6 +251,8 @@ function getExtensionConfig(target, mode, env) {
stats: {
preset: 'errors-warnings',
assets: true,
assetsSort: 'name',
assetsSpace: 100,
colors: true,
env: true,
errorsCount: true,
@ -484,9 +486,12 @@ function getWebviewsConfig(mode, env) {
stats: {
preset: 'errors-warnings',
assets: true,
assetsSort: 'name',
assetsSpace: 100,
colors: true,
env: true,
errorsCount: true,
excludeAssets: [/\.(ttf|webp)/],
warningsCount: true,
timings: true,
},

Carregando…
Cancelar
Salvar