Support building scss with sass-embedded #29319
Labels
angular/build:application
area: @angular/build
feature: in backlog
Feature request for which voting has completed and is now in the backlog
feature
Issue that requests a new feature
needs: investigation
Requires some digging to determine if action is needed
Command
build, serve
Description
Over the last year the
sass-embedded
package has become really stable and is much faster than thesass
package used by the angular CLI for building scss files today (on our enormous application, we were able to compile all our scss files about 30s faster usingsass-embedded
)Vite also recently added support: vitejs/vite#17754
Describe the solution you'd like
If the
sass-embedded
embedded package is installed in the root package.json, the angular CLI would use that to compile all scss files instead of thesass
package.Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: