webpack-contrib / purifycss-webpack

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

Plugin is not properly removing unused classes like for example from bootstrap. #82

Closed gfunk1230 closed 7 years ago

gfunk1230 commented 7 years ago

So when running the plugin I am not seeing any significant reduction and in fact I am still seeing references to css that isn't being used via bootstrap. I have followed all directions and I am seeing other experiencing the same issue such as here: https://github.com/webpack-contrib/purifycss-webpack/issues/49

screen shot 2017-02-10 at 11 51 43 am

bebraw commented 7 years ago

It's hard to say anything concrete based on output alone. I would need as simple as possible project to study that fails to pick up some class to say more.

bebraw commented 7 years ago

Feel free to re-open with a proper example.