-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting option for dart-sass ? ( or drop node-sass as dependency ) #16
Comments
This maybe can be achieved by making |
Hmm.. as far as I examined, In this case, I think, node-sass-asset-functions should not install both of One thing to concern is this would be a breaking change, for those who only installed |
Maybe optional dependency is better, if you meant, that it should only skip installing when failed but auto-installation-via-dependency itself is required ( and want to avoid breaking change ) |
Maybe it could be solved by making a fork (since this package is **node-sass-**asset-functions )
Some people are now using dart-sass (or sass ) instead of node-sass, because of the painfulness caused by the native extension :(
Like sass-loader made itself sass-implementation-agnostic, it would be great to make node-sass-asset-functions also implementation-agnostic.
I found that
node-sass-asset-functions
itself runs well withsass
, but even when I don't neednode-sass
as dependency, installnode-sass-asset-functions
forces my machine to rebuildnode-sass
.How it should be like?
Taking sass module as a parameter
Then drop
node-sass
fromdependencies
, and it allows users to avoid forced rebuilding node-sass.The text was updated successfully, but these errors were encountered: