faceyspacey / faceyspacey/extract-css-chunks-webpack-plugin
[BUG] clientLogLevel "none" not working
Open
- Dominant language
- JavaScript
- Stars
- 693
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.