webpack-contrib / purifycss-webpack

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

Example with `.js/.jsx` files? #40

Closed iam4x closed 8 years ago

iam4x commented 9 years ago

I'm trying to use PurifyCSS but without luck, I don't have an index.html entry file since it's an SPA bundled by webpack.

new PurifyCssPlugin(path.join(__dirname, '../app'), '/index.js') ?

My CSS build has the same size, ideas?

IngwiePhoenix commented 8 years ago

Is this still an issue? It seems to be working for me.

iam4x commented 8 years ago

Yep :+1: