-
Notifications
You must be signed in to change notification settings - Fork 607
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
[heft] Update node-sass to support node 15. #2510
Conversation
Note: Loses heft sass support for Node versions 8, 11, and 13.
Kind of curious about whether it is possible to use |
Probably. Last time I tried dart sass it was about 3x slower than libsass. I've actually mulled the idea of forking node-sass and creating my own open source library. There are some features I want in Sass that the maintainers don't seem too keen on. But alas, I doubt I have the time. |
There's a recommendation that Dart Sass is faster than |
How about using |
We are going to refactor this Heft plugin and make the entire sass plugin both optional (many node projects don't need Sass) and configurable. I'll create a separate issue to track that endeavor. As a quick fix, however, I will get this version bump in as is. |
Summary
Update node-sass to support Node 15.
Details
Fixes #2490
Note: Loses heft sass support for Node versions 8, 11, and 13.
How it was tested
Tested with build-tests/heft-sass-test