-
Notifications
You must be signed in to change notification settings - Fork 0
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
An in-range update of webpack-dev-server is breaking the build 🚨 #39
Comments
After pinning to 2.5.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Version 2.6.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv2.6.1
|
Version 2.7.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv2.7.0FeaturesBugfixesCommitsThe new version differs by 6 commits.
See the full diff |
Version 2.7.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 |
Version 2.6.0 of webpack-dev-server just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As webpack-dev-server is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v2.6.0clientLogLevel
(#921).quiet
is set totrue
(#970).--disable-host-check
(#980).Commits
The new version differs by 10 commits ahead by 10, behind by 1.
adc9a0d
2.6.0
6da2f38
Set HMR log level. (#926)
140da45
Don't output startup info if quiet is set to true (#970)
9188878
Added cli option
--disable-host-check
(#980)b97dc5e
Only load bonjour when needed (#958)
e5b6202
Do not show warnings @ overlay unless explicitly set (#881)
a7fdb06
Fix typo in https docs (#952)
be1af21
Update README.md (#963)
bd22dce
Browser console messages should respect clientLogLevel (#921)
2041b11
Updated sockjs-client to 1.1.4 (#975)
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: