-
-
Notifications
You must be signed in to change notification settings - Fork 431
[v10] feat: support sass embedded #1152
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
[v10] feat: support sass embedded #1152
Conversation
|
Release will be tomorrow, thank you |
Thank you @alexander-akait ! |
@alexander-akait are we going to release this today? 😃 |
@mistic I think the part about
When I only install latest
|
When trying to update the sass engine from the legacy node-sass into the new ones we found that users using webpack v4 doesn't have the ability to use the new sass-embedded implementation as the sass-loader version that supports it doesn't work with webpack v4. This is a good addition because using the javascript sass only implementation has big performance penalties.