My PWA is getting a css file with 1.930KB after a production build. It’s too large and it is compromising the loading performance of my app!
I’m using lazy loading and therefore modularization. My pages and components are separated but the css file still is only one. One huge css file!
How could I modularize this css into several files so that each part of the css it is loading with the respective module?