thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
134 stars 47 forks source link

[Feature Request] Code Splitting #80

Open frankypixels opened 3 years ago

frankypixels commented 3 years ago

It would be nice to be able to split imports into separate file outputs somehow. I know the focus is on Js and using imports through Js... But if you're going to give the option to output/extract you should also provide the ability to split the output by imported file name. Just a thought, really great plugin though.