Closed limonte closed 6 years ago
What's the exact issue you're facing and would #315 fix it? Note that #315 requires webpack >= v4.0.0
&& node >= v6.0.0
. If that's sufficient I would favor #315 over this PR instead
What's the exact issue you're facing and would #315 fix it?
Oh, I didn't notice #315, apologies. Basically, it's the same, but as you said
315 requires webpack >= v4.0.0
and this PR will still support webpack 2 and 3.
It should eventually be possible to support webpack =< v4.0.0
in #315 aswell, depending on webpack-dev-middleware
v2.0.0 <=> v3.0.0
(But I think v3.0.0
is webpack >= v4.0.0
aswell ðŸ˜) so maybe we need to majors version bumps then 😒
so maybe we need to majors version bumps then
I don't see anything wrong with two major bumps in this case. With proper release titles and release notes, developers will appreciate two different majors for webpack ^2.0.0 - ^4.0.0
projects and webpack ^4.0.0
projects.
Released in v3.0.0
🎉 Thx
Fixes #314
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
webpack-dev-middleware
dependencyDoes this PR introduce a breaking change?
If this PR contains a breaking change, please describe the following...
webpack ^1.0.0
support has been dropped inwebpack-dev-middleware ^2.0.0
Other information: