-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Migrate from node-sass to dart-sass #2673
Comments
This is really important.
|
Is there any way to monkey patch the child dependency? |
Just wanted to say that #2716 should resolve this. I'm not sure when it'll actually go out to NPM, but I was able to just replace |
now that libsass (and hence node-sass) is deprecated maybe we should cut another 5.x release with this change? |
How do we go about cutting a new 5.x release, there are a few things now waiting to go out! |
We can follow the progress on this PR 🤝 : #2914 |
Has there been any discussion about migrating from node-sass to dart-sass?
Dart-sass is now the primary implementation of sass, and Webpack itself recommends dart-sass:
https://webpack.js.org/loaders/sass-loader/
The text was updated successfully, but these errors were encountered: