Deepak Chaudhary

Results 4 comments of Deepak Chaudhary

i have to use purgecss with compose-plugins only i tried all of the config that is mention above but it's not working my css chunk is showing 100% of code...

react slick slider and phone-input2 styles are removing which is used in my components

If you are using next js then just use dynamic import for that component where you used react-slick or if you are not using ssr then just use lazyload component...

import Slider from "react-slick" const ExampleComponent = () => { return ( //your items ); } use below example when you are importing your slider component to page const ExampleComponent...