Closed
Description
- Operating System: OSX
- Node Version: v13.13.0
- NPM Version: 6.14.4
- webpack Version: 4.42.1
- webpack-dev-server Version: 3.10.3
- Browser: Chrome
- This is a bug
- This is a modification request
Code
REPRODUCIBLE REPO
// webpack.config.js
module.exports = {
devServer: {
clientLogLevel: 'silent',
quiet: true,
}
}
From the documentation
With
devServer.quiet
enabled, nothing except the initial startup information will be written to the console.
However I want to hide also the startup information.
This happened since #2235, is there a plan to support hiding that information as well again?
Expected Behavior
Nothing should be outputted to the console
Actual Behavior
For Features; What is the motivation and/or use-case for the feature?
I am using webpack-dev-server in a custom webapp builder, where I have my custom logs. Something like create-react-app. I want to decide what is output to the console and what not.
Metadata
Metadata
Assignees
Labels
No labels