extract-css-chunks-webpack-plugin icon indicating copy to clipboard operation
extract-css-chunks-webpack-plugin copied to clipboard

[BUG] clientLogLevel "none" not working

Open MaxmaxmaximusAWS opened this issue 4 years ago • 0 comments

module.exports = {
    devServer: {
      clientLogLevel: 'silent', // this
      contentBase: path.resolve(__dirname, build),
      stats: 'errors-only',
      port: 3000,
      hot: true,
    },
}

image

image

Solution:

you should use the special hmr logger and not use your own. hmr logger respects settings

MaxmaxmaximusAWS avatar Oct 05 '20 00:10 MaxmaxmaximusAWS