Skip to content

Commit

Permalink
test: update remove deprecated builder options from Angular workspace (
Browse files Browse the repository at this point in the history
…#43417)

`extractCss` option has been removed without replacement.

PR Close #43417
  • Loading branch information
alan-agius4 authored and alxhub committed Sep 24, 2021
1 parent eb50266 commit dcacf3a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion integration/cli-hello-world-ivy-compat/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
1 change: 0 additions & 1 deletion integration/cli-hello-world-ivy-i18n/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down
1 change: 0 additions & 1 deletion integration/cli-hello-world-ivy-minimal/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
1 change: 0 additions & 1 deletion integration/cli-hello-world-lazy/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
1 change: 0 additions & 1 deletion integration/cli-hello-world/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
1 change: 0 additions & 1 deletion integration/forms/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
3 changes: 0 additions & 3 deletions integration/ivy-i18n/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -75,7 +74,6 @@
"optimization": false,
"outputHashing": "all",
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -87,7 +85,6 @@
"optimization": false,
"outputHashing": "all",
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down
1 change: 0 additions & 1 deletion integration/ng_update_migrations/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down

0 comments on commit dcacf3a

Please sign in to comment.