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

HMR logging doesn't respect devServer.client.logging setting #839

Open
CreativeTechGuy opened this issue Sep 30, 2021 · 1 comment
Open

Comments

@CreativeTechGuy
Copy link

Bug report

Actual Behavior

I see the log message [HMR] Reload all css every time I make changes despite my dev server logging setting being "none".

Expected Behavior

The value of devServer.client.logging in the webpack config should control when the log messages from this plugin are shown.

How Do We Reproduce?

  • Enable HMR
  • Enable this plugin
  • Set your dev server logging to "none"
  • Make a change
  • See the log message in the browser console

Please paste the results of npx webpack-cli info here, and mention other relevant information

N/A

@alexander-akait
Copy link
Member

No related to dev server, but yes, we can do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants