We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When clientLogLevel = 'silent', HMR messages in the browser console should not be sent
clientLogLevel = 'silent'
As shown in this test snapshot (https://github.com/webpack/webpack-dev-server/blob/v4/test/e2e/__snapshots__/ClientOptions.test.js.snap#L6) HMR messages are being shown in the console when clientLogLevel is silent
SImply set clientLogLevel = 'silent' and look at the console
The text was updated successfully, but these errors were encountered:
Duplicate of #2166
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
When
clientLogLevel = 'silent'
, HMR messages in the browser console should not be sentActual Behavior
As shown in this test snapshot (https://github.com/webpack/webpack-dev-server/blob/v4/test/e2e/__snapshots__/ClientOptions.test.js.snap#L6) HMR messages are being shown in the console when clientLogLevel is silent
For Bugs; How can we reproduce the behavior?
SImply set
clientLogLevel = 'silent'
and look at the consoleFor Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: