Closed pine closed 6 years ago
Although this marks karma-webpack as supporting webpack v4.0.0, yarn will still throw warnings when installing because the webpack-dev-middleware v1.12.0 dependency does not have webpack 4 as a valid peerDependency
.
Could we update webpack-dev-middleware
to v2 as well? Are there many breaking changes?
I'm cutting a release with some chore attached right now, but this is the only dependency I'm not sure if it can be upgraded or the peerDependency
could be raised for webpack-dev-middleware >= 1.12.0
instead etc etc...
Released in v2.0.10
🎉
Hello. I've updated peerDependencies. Thank you.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Does this PR introduce a breaking change?