Open
Description
Command
build, serve
Description
Over the last year the sass-embedded
package has become really stable and is much faster than the sass
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 using sass-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 the sass
package.
Describe alternatives you've considered
No response