-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I'm submitting a bug report
webpack and webpack-dev-server version:
webpack: 2.1.0-beta.26
webpack-dev-server: 12.1.0-beta.11
Please tell us about your environment:
Linux
Running server via Node.js API
Current behavior:
I have the following in my config
devServer: {
quiet: true,
stats : {
hash : false,
version : false,
timings : false,
assets : false,
chunks : false,
modules : false,
reasons : false,
children : false,
source : false,
errors : false,
errorDetails: false,
warnings : false,
publicPath : false,
}
}
And despite having turned all options warning still output to console in browser. This is annoying because linter warnings would stop the reload.
The terminal output is as it should though
Expected/desired behavior:
No output to console in browser with this config. Same as with terminal
Metadata
Metadata
Assignees
Labels
No labels