-
So I want to reduce unused css as Google Lighthouse is giving me this error ^^ From there I go to this page: which pretty much tells me: -npm a few items
^^^ This does nothing other than not showing a good CSS during my npm run dev.... If I run npm build and npm start, then check for errors, the error still remains. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So I think I made this "work"... however... I am using react-bootstrap and apparently there is no a good way to purge the unuse Css without taking out the Css that I am actually using.. Solution? Better not use react-bootstrap if you don't want to end up with tons of unused CSS. |
Beta Was this translation helpful? Give feedback.
So I think I made this "work"... however... I am using react-bootstrap and apparently there is no a good way to purge the unuse Css without taking out the Css that I am actually using..
Solution? Better not use react-bootstrap if you don't want to end up with tons of unused CSS.