-
Notifications
You must be signed in to change notification settings - Fork 220
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
Still using old version of webpack-dev-middleware that doesn't support webpack 3.x #268
Comments
|
You're right. I should be picking up 1.2.0 in that case. I'm using Yarn. Maybe it's doing something weird. In any case, I'll send a PR your way. |
@jayandcatchfire - Older version stuck in a lock file? Also, what version of Yarn |
@d3viant0ne It very well could be a lock file issue. The yarn version is either 1.2.0 or 1.2.1. (It was my work machine and I don't have it handy at the moment.) |
@jayandcatchfire |
Update version of webpack-dev-middleware pursuant to #268
Update version of webpack-dev-middleware pursuant to #268
I'm submitting a bug report
Webpack version:
3.7.1
Webpack Karma version:
2.0.5
Karma version:
1.7.1
Please tell us about your environment:
OSX 10.12.6 (16G29)
Current behavior:
Installing karma-webpack warns with:
Expected/desired behavior:
webpack-dev-middleware is already at version 1.12.0. We should probably upgrade to that. It includes webpack 3.x as a peer dependency.
The text was updated successfully, but these errors were encountered: