lucleray / next-purgecss

nextjs + purgecss for smaller css bundles
https://www.npmjs.com/package/next-purgecss
134 stars 8 forks source link

why it removed used style class in component from node_module? #13

Closed WoraponU closed 5 years ago

WoraponU commented 5 years ago

I use react-slick from node_module but when i use next-purgecss that it remove used style class in react-slick?

main.scss image

next.config.js image

and i import '../sass/main.scss' in _app.js

thankyou

lucleray commented 5 years ago

I can't help you with just this information but I can help investigate if you share a reproduction repo :)