domingues / rollup-plugin-css-chunks

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

Tests #14

Open benmccann opened 3 years ago

benmccann commented 3 years ago

I was recently working on @rollup/plugin-typescript and noticed that they have a good setup for testing Rollup plugins. It might be useful to do something similar here: https://github.com/rollup/plugins/tree/master/packages/typescript

domingues commented 3 years ago

It's a good idea, I will look at it.