extract-css-chunks-webpack-plugin
extract-css-chunks-webpack-plugin copied to clipboard
[BUG] clientLogLevel "none" not working
module.exports = {
devServer: {
clientLogLevel: 'silent', // this
contentBase: path.resolve(__dirname, build),
stats: 'errors-only',
port: 3000,
hot: true,
},
}
Solution:
you should use the special hmr logger and not use your own. hmr logger respects settings