thgh / rollup-plugin-css-only

Rollup plugin that bundles imported css
MIT License
116 stars 27 forks source link

Use emitFile instead of outputFile #24

Closed benmccann closed 3 years ago

benmccann commented 3 years ago

Closes https://github.com/thgh/rollup-plugin-css-only/issues/23

thgh commented 3 years ago

Awesome! No breaking change for users?

benmccann commented 3 years ago

I don't think there should be, but I didn't check that the output went to the same location, etc.

thgh commented 3 years ago

Hmm, it seems to write the files to /assets/[name]-[hash].css

thgh commented 3 years ago

Alright, fixed and released in v3 🎉

benmccann commented 3 years ago

thank you!!