-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Closed
Copy link
Labels
angular/build:applicationarea: @angular/buildfeatureIssue that requests a new featureIssue that requests a new featurefeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration
Description
Command
serve, build
Description
Please allow to configure fatalDeprecations and silenceDeprecations.
fatalDeprecations
can be used to prevent already deprecated features or syntax be added to the code - by failing the build - in a code base where a lot of people are working on.silenceDeprecations
can be used, so you don't have to downgrade sass anymore.
Describe the solution you'd like
perhaps in the angular.json:
"stylePreprocessorOptions": {
"fatalDeprecations": ["color-functions", "1.70.0"],
"silenceDeprecations": ["1.77.0"],
}
Describe alternatives you've considered
No response
Metadata
Metadata
Assignees
Labels
angular/build:applicationarea: @angular/buildfeatureIssue that requests a new featureIssue that requests a new featurefeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration