-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue
Description
Command
build
Description
References:
- feat(@angular/build): add
sass
tostylePreprocessorOptions
in application builder #28627 - Karma builder: support
sass
instylePreprocessorOptions
with "builderMode: application" #29185 - add
sass
tostylePreprocessorOptions
inbrowser-esbuild
for V19 #29014
Similarly to the situation @TokenR1ng described, we cannot migrate to the new :application builder. And we would still like to employ stylePreprocessorOptions.sass.silenceDeprecations
(#28627 (comment)) to avoid spam, while using the old builder.
Describe the solution you'd like
Port the change implemented in #28627 to the legacy :browser builder.
Describe alternatives you've considered
Continue suffering hundreds and thousands of lines of sass warnings in ng build
that obscure real issues.
Metadata
Metadata
Assignees
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue