webpack-contrib / purifycss-webpack

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

purify css in typescript react project #122

Open ansonxing23 opened 7 years ago

ansonxing23 commented 7 years ago

I'm using typescript, react and webpack to build projects, and use your purifycss plugin, but it doesn't work. Because I haven't found any example in my situation, therefore, could you please provide some example for me? Many thanks!

stephanpelikan commented 6 years ago

I'm on to write a Maven Archetype (a template for Java projects) which uses typescript, PREACT and webpack. I'm struggeling with PurifyCSS but the rest works. Maybe it can help you: https://github.com/stephanpelikan/javaee-preact-archetype.