Open
Description
I want to have dynamic loading of CSS much like i have setup for my routes. So want to explore CSS bundle splitting.
What are some of the ways to leverage that with the use of postcss etc in this library?
My ideal scenario would be that when i split JS, i split css from that point but i know that's a bit difficult.
The other would be to break it apart by folder and have CSS under a given folder have CSS modules naming run over the top and then generate a standalone CSS.
Any ideas?