This is a small tweak to package.json and the lockfile to define Webpack as a dev dependency (since it's used during testing) and a peer dependency. The fact that the plugin installed and used its own version of Webpack previously made it unusable with other versions, including the v4 alpha.
This is a small tweak to
package.json
and the lockfile to define Webpack as a dev dependency (since it's used during testing) and a peer dependency. The fact that the plugin installed and used its own version of Webpack previously made it unusable with other versions, including the v4 alpha.