purifycss-webpack
purifycss-webpack copied to clipboard
React components - className
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?

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.