Merge pull request #752 from pathmapper/webpack_stats

Webpack stats
This commit is contained in:
Orange Mug
2021-08-06 17:59:46 +01:00
committed by GitHub

View File

@@ -38,8 +38,8 @@ module.exports = {
},
devServer: {
contentBase: "./public",
// do not print bundle build stats
noInfo: true,
// See <https://webpack.js.org/configuration/stats/> for details
stats: 'minimal',
// enable HMR
hot: true,
// embed the webpack-dev-server runtime into the bundle