webpack-contrib / purifycss-webpack

UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin
MIT License
772 stars 37 forks source link

Webpack2 support #60

Closed mnasyrov closed 7 years ago

mnasyrov commented 7 years ago

First of all, thank for the plugin!

Does it support webpack2 officially? I got 'unmet peer dependency' npm warning when install the plugin together with webpack2.

└── UNMET PEER DEPENDENCY webpack@2.1.0-beta.27

npm WARN purifycss-webpack-plugin@2.0.3 requires a peer of webpack@^1.9.11 but none was installed.
jchaffin commented 7 years ago

+1

muminoff commented 7 years ago

+1

willhoney7 commented 7 years ago

This seems to work just fine in webpack2... Any word on official support?

bebraw commented 7 years ago

This definitely works with webpack 2. I have a little demo at the repository now.