This commit is contained in:
Juan Ferrer 2019-01-28 12:16:22 +01:00
parent 3bb42b1d7b
commit c02164d884
1 changed files with 2 additions and 2 deletions

View File

@ -85,11 +85,11 @@ let baseConfig = {
})
],
devtool: 'source-map',
stats: {/*
stats: {
modules: false,
assets: false,
children: false,
entrypoints: false,*/
entrypoints: false,
colors: true
}
};