🤖 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
parent
ddc4190573
commit
a28d5983e0
|
@ -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,
|
||||
},
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue