diff --git a/config/webpack.config.js b/config/webpack.config.js index 4c0d6ab..d254167 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -38,8 +38,8 @@ module.exports = { }, devServer: { contentBase: "./public", - // do not print bundle build stats - noInfo: true, + // See for details + stats: 'minimal', // enable HMR hot: true, // embed the webpack-dev-server runtime into the bundle