🤖 Baisse la verbosite de webpack pour le projet mon-entreprise (#1725)

Co-authored-by: Alexandre Valsamou-Stanislawski <alexandre.valsamoustanislawski@beta.gouv.fr>
pull/1747/head
Alex S 2021-09-28 10:19:38 +02:00 committed by GitHub
parent ddc4190573
commit a28d5983e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -34,6 +34,20 @@ app.use(
webpackDevMiddleware(compiler, {
publicPath: config.output.publicPath,
hot: true,
stats: {
//'minimal',
all: false,
modules: true,
maxModules: 1,
errors: true,
warnings: true,
logging: 'warn',
moduleTrace: true,
errorDetails: true,
builtAt: true,
entrypoints: true,
colors: true,
},
})
)