webpack-contrib / purifycss-webpack

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

React components - className #104

Open infantito opened 7 years ago

infantito commented 7 years ago

My webpack.config has the loader purifycss and when use class names in my components react, this doesn't recognize it and clear them.

some solution?

image image

bebraw commented 7 years ago

PurifyCSS doesn't detect that case based on static analysis alone. Since you are using CSS Modules, it takes some extra configuration as discussed in the readme.