thgh / rollup-plugin-scss

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

fix name guessing in generateBundle #38

Closed kstiehl closed 4 years ago

kstiehl commented 4 years ago

opts does not contain the dest property. So we could either use options.dest or just dest since it is in the scope anyways.

kstiehl commented 4 years ago

Just noticed that it is probably there to support older rollup versions