Improve: hide webpack output

This commit is contained in:
jas0ncn 2018-09-02 03:46:26 +08:00
parent 0accaa4982
commit 6d90543192
2 changed files with 6 additions and 5 deletions

View File

@ -13,6 +13,7 @@ module.exports = merge(commonConfig, {
],
devServer: {
hot: true, // enable HMR on the server
noInfo: true,
},
devtool: 'cheap-module-eval-source-map',
plugins: [