thgh / rollup-plugin-scss

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

Improve install time #10

Closed QuentinRoy closed 7 years ago

QuentinRoy commented 7 years ago

For some reasons, current node-sass's dependency (^3.10.1) is rebuilt each time it is installed (observed on Mac OS X Sierra with npm 5.0.3 and node 8.0.0).

When installed through other similar plugins (e.g. node-plugin-sass or node-plugin-collect-sass) this does not happen. It seems they are using node-sass 4 instead of 3. Is there any reason why this plugin is stuck on 3? Updating node-sass may be an easy fix to this issue.