-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Support building scss with sass-embedded #29319
Copy link
Copy link
Open
Labels
angular/build:applicationarea: @angular/buildfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: in backlogFeature request for which voting has completed and is now in the backlogFeature request for which voting has completed and is now in the backlogneeds: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is needed
Metadata
Metadata
Assignees
Labels
angular/build:applicationarea: @angular/buildfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: in backlogFeature request for which voting has completed and is now in the backlogFeature request for which voting has completed and is now in the backlogneeds: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is needed
Command
build, serve
Description
Over the last year the
sass-embeddedpackage has become really stable and is much faster than thesasspackage 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-embeddedembedded package is installed in the root package.json, the angular CLI would use that to compile all scss files instead of thesasspackage.Describe alternatives you've considered
No response