You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
Describe the bug
I believe this plugin supports webpack 3 which I am using (webpack 3.12.0)
Whenever I install a new npm module, there are two warnings:
npm WARN purgecss-webpack-plugin@1.2.0 requires a peer of webpack@^4.11.1 but none is installed. You must install peer dependencies yourself.
npm WARN purgecss-webpack-plugin@1.2.0 requires a peer of webpack-cli@^3.0.2 but none is installed. You must install peer dependencies yourself.
To Reproduce
Steps to reproduce the behavior:
Install any other npm module.
Expected behavior
Nothing
The text was updated successfully, but these errors were encountered:
@jsnanigans Why does this package even have a peerDependency on webpack-cli at all? This package can work with the webpack api without the CLI, right? Can I send a PR to remove the peerDependency on webpack-cli?
@calebeby you have a good point, the only reason its there is for the tests, so It should be enough for it to be in the devDependencies.
A PR would be very welcome, thanks.
Describe the bug
I believe this plugin supports webpack 3 which I am using (webpack 3.12.0)
Whenever I install a new npm module, there are two warnings:
npm WARN purgecss-webpack-plugin@1.2.0 requires a peer of webpack@^4.11.1 but none is installed. You must install peer dependencies yourself.
npm WARN purgecss-webpack-plugin@1.2.0 requires a peer of webpack-cli@^3.0.2 but none is installed. You must install peer dependencies yourself.
To Reproduce
Steps to reproduce the behavior:
Install any other npm module.
Expected behavior
Nothing
The text was updated successfully, but these errors were encountered: