Skip to content
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

Fix clientLogLevel = silent for HMR #2561

Closed
1 of 2 tasks
knagaitsev opened this issue May 2, 2020 · 1 comment
Closed
1 of 2 tasks

Fix clientLogLevel = silent for HMR #2561

knagaitsev opened this issue May 2, 2020 · 1 comment

Comments

@knagaitsev
Copy link
Collaborator

  • This is a bug
  • This is a modification request

Expected Behavior

When clientLogLevel = 'silent', HMR messages in the browser console should not be sent

Actual 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 console

For Features; What is the motivation and/or use-case for the feature?

@alexander-akait
Copy link
Member

alexander-akait commented May 12, 2020

Duplicate of #2166

@alexander-akait alexander-akait marked this as a duplicate of #2166 May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants