domingues / rollup-plugin-css-chunks

Rollup plugin to extract CSS into chunks
MIT License
14 stars 8 forks source link

Add ability to inject link tags #8

Closed benmccann closed 2 months ago

benmccann commented 4 years ago

Closes https://github.com/domingues/rollup-plugin-css-chunks/issues/4

I made the new injectType option an enum that's either null or 'link' right now. Potentially it could be extended further in the future with additional options like Webpack's style-loader injectType

xiaohk commented 3 years ago

Hello, when will this be merged into master?

flipkickmedia commented 2 years ago

Really need this...Ill fork it and pick it back up if the OP isn't able to

benmccann commented 2 months ago

I've moved onto Vite now