Move stats option to parent config

This commit is contained in:
Andreas Hocevar
2020-11-02 09:28:53 +01:00
parent 40cec8be6a
commit 5b9ec1607d
2 changed files with 1 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ module.exports = {
target: 'web',
entry: entry,
devtool: 'source-map',
stats: 'minimal',
module: {
rules: [
{