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: { devServer: {
contentBase: "./public", contentBase: "./public",
// do not print bundle build stats // See <https://webpack.js.org/configuration/stats/> for details
noInfo: true, stats: 'minimal',
// enable HMR // enable HMR
hot: true, hot: true,
// embed the webpack-dev-server runtime into the bundle // embed the webpack-dev-server runtime into the bundle