Closed nmn closed 8 months ago
The webpack plugin should not have a dependency on webpack. Instead, it now uses a peerDependency with a more widely accepted version.
This should allow using the webpack plugin with various different versions of webpack.
Fixes #461
compressed-size: runtime library
Size change: 0.00 kB Total size: 2.52 kB
compressed-size: e2e bundles
Size change: 0.00 kB Total size: 1128.55 kB
What changed / motivation ?
The webpack plugin should not have a dependency on webpack. Instead, it now uses a peerDependency with a more widely accepted version.
This should allow using the webpack plugin with various different versions of webpack.
Linked PR/Issues
Fixes #461