Removing custom stats

This commit is contained in:
David Négrier 2021-05-17 15:48:15 +02:00
parent 849e68ece2
commit 6e7f8507b1
1 changed files with 0 additions and 8 deletions

View File

@ -160,13 +160,5 @@ module.exports = {
'MAX_PER_GROUP': 4
})
],
stats: {
chunks: false,
chunkModules: false,
modules: false,
assets: true,
entrypoints: false,
errorDetails: false,
},
} as Configuration & WebpackDevServer.Configuration;