-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Improve/silence WebpackDevServer client #263
Comments
I thought I'd just go ahead and file an issue first to gauge the interest. webpack/webpack-dev-server#540 |
Hi, could you guys check if this PR webpack/webpack-dev-server#579 works for you? I'm maintaining webpack-dev-server and interested to work with you to fix annoyances :). |
Left a comment, thank you for looking at this! |
Something that worked for me was changing this line in config/webpack.config.dev.js: After that, the requests actually all went through and it seems to be working correctly. EDIT: currently using version 0.4.0 |
If you see this normally please file an issue describing your setup. My issue is about the noisy reconnect behavior. |
For future reference, this has been fixed in dev-server v2 (in beta). See the changelog for more info. |
Also backported to 1.x and now used by CRA (thanks!) |
This doesn’t help anyone, it’s just annoying:
Similarly, these logs are not useful to us:
We should a PR to
webpack-dev-server
to deduplicate logs, and to optionally disable some of them. If it isn’t accepted, we should replace these parts with custom scripts—they are really small, easy to tweak, and almost never change.The text was updated successfully, but these errors were encountered: