Anthony De Guzman
Results
2
comments of
Anthony De Guzman
I have this question too. I'm able to use purgecss for my own styles but not for imported react-bootstrap ones. e.g. `import Row from 'react-bootstrap/Row` Even tried including the module...
I had this issue recently with react-router. It was caused by having the most top level component (my routes) rendered with loadable component. That component should be imported normally then...