-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
No way to disable log about enabled features #4566
Copy link
Copy link
Closed
Description
Bug report
In the webpack config, I indicated that only warnings or errors should be logged, but in the console I see a useless message
Actual Behavior
Expected Behavior
I want not to see it
How Do We Reproduce?
just use any webpack config with latest webpack-dev-server version
Please paste the results of npx webpack-cli info here, and mention other relevant information
Possible solution: move logging after setting the logging level, or log to the console where webpack was run
webpack-dev-server/client-src/index.js
Line 97 in 33dd9d1
| logEnabledFeatures(enabledFeatures); |

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

