elycruz / rollup-plugin-sass

Rollup .sass files.
MIT License
91 stars 33 forks source link

this is a bug #149

Closed lennylinyu closed 2 weeks ago

lennylinyu commented 1 month ago

https://github.com/elycruz/rollup-plugin-sass/blob/0425739612e38ded0fda00e5060b25a735d620c3/src/index.ts#L80 This should return a promise, but it returned undefined

lennylinyu commented 1 month ago

If the css file has blank data, throw [!] (plugin rollup-plugin-sass) TypeError: Cannot read properties of undefined (reading 'then')

elycruz commented 1 month ago

Good catch!

elycruz commented 2 weeks ago

Fix merged and published (see #153 ).