An in-range update of webpack-dev-server is breaking the build π¨
Closed this issue Β· 2 comments
Version 2.10.1 of webpack-dev-server was just published.
Branch | Build failing π¨ |
---|---|
Dependency | webpack-dev-server |
Current Version | 2.10.0 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
webpack-dev-server is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 2.10.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 2.11.0 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
v2.11.0Version 2.11.0 adds the transpilation of the client scripts via babel to ES5 which restores backwards compatibility (that was removed in 2.8.0) to very old or out of date browsers.