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
commit 87745f1fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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