Closed
Description
-
I'd be willing to implement this featureI tried to implement this feature but did not achieve completion; see Add support for webpack v5 #83
Describe the user story
webpack
v5.0.0 was released on 2020-10-10 and is likely to see gradual uptake as new projects begin using it and existing projects migrate to it. As a user of webpack
v4 and mochapack
, I'd appreciate the ability to have an upgrade path for my project in order to run tests based on webpack
v5.
Describe the solution you'd like
Upgrades to the mochapack
CLI to support projects using webpack
v5.
Describe the drawbacks of your solution
webpack
v5 introduces a number of breaking changes, and it's unclear to me whether it would be possible to support both v4 and v5 from an updated mochapack
codebase.