-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to disable log about enabled features #4566
Comments
Please use https://webpack.js.org/configuration/dev-server/#logging, set to |
this doesn't work because this message is logged before the logging type is set from the config |
We set it here webpack-dev-server/client-src/index.js Line 89 in 33dd9d1
|
Oh, we don't respect it
|
I'll fix it. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
versionPlease paste the results of
npx webpack-cli info
here, and mention other relevant informationPossible 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
The text was updated successfully, but these errors were encountered: