Closed
Description
- Operating System: Ubuntu 18.04 LTS
- Node Version: v11.12.0
- NPM Version: 6.7.0
- webpack Version: 4.39.2
- webpack-dev-server Version: 3.8.0
- Browser: Chrome 76
- This is a bug
- This is a modification request
Code
devServer: {
contentBase: false,
hot: true,
quiet: true,
},
Expected Behavior
To see the initial startup information in the console, and nothing else
Actual Behavior
There is no output at all to the console.
For Bugs; How can we reproduce the behavior?
Check out this repro repo: https://github.com/aryzing/wds-repro-quiet-flag-not-working