Skip to content

Commit dcacf3a

Browse files
alan-agius4alxhub
authored andcommitted
test: update remove deprecated builder options from Angular workspace (angular#43417)
`extractCss` option has been removed without replacement. PR Close angular#43417
1 parent eb50266 commit dcacf3a

File tree

8 files changed

+0
-10
lines changed

8 files changed

+0
-10
lines changed

integration/cli-hello-world-ivy-compat/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"optimization": true,
4141
"outputHashing": "all",
4242
"sourceMap": false,
43-
"extractCss": true,
4443
"namedChunks": false,
4544
"extractLicenses": true,
4645
"vendorChunk": false,

integration/cli-hello-world-ivy-i18n/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"optimization": true,
4848
"outputHashing": "all",
4949
"sourceMap": false,
50-
"extractCss": true,
5150
"namedChunks": false,
5251
"aot": true,
5352
"extractLicenses": true,

integration/cli-hello-world-ivy-minimal/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"optimization": true,
4141
"outputHashing": "all",
4242
"sourceMap": false,
43-
"extractCss": true,
4443
"namedChunks": false,
4544
"extractLicenses": true,
4645
"vendorChunk": false,

integration/cli-hello-world-lazy/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"optimization": true,
4242
"outputHashing": "all",
4343
"sourceMap": false,
44-
"extractCss": true,
4544
"extractLicenses": true,
4645
"vendorChunk": false,
4746
"buildOptimizer": true,

integration/cli-hello-world/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"optimization": true,
4141
"outputHashing": "all",
4242
"sourceMap": false,
43-
"extractCss": true,
4443
"namedChunks": false,
4544
"extractLicenses": true,
4645
"vendorChunk": false,

integration/forms/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"optimization": true,
4141
"outputHashing": "all",
4242
"sourceMap": false,
43-
"extractCss": true,
4443
"namedChunks": false,
4544
"extractLicenses": true,
4645
"vendorChunk": false,

integration/ivy-i18n/angular.json

-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"optimization": true,
4545
"outputHashing": "all",
4646
"sourceMap": true,
47-
"extractCss": true,
4847
"namedChunks": false,
4948
"extractLicenses": true,
5049
"vendorChunk": false,
@@ -75,7 +74,6 @@
7574
"optimization": false,
7675
"outputHashing": "all",
7776
"sourceMap": true,
78-
"extractCss": true,
7977
"namedChunks": false,
8078
"aot": true,
8179
"extractLicenses": true,
@@ -87,7 +85,6 @@
8785
"optimization": false,
8886
"outputHashing": "all",
8987
"sourceMap": true,
90-
"extractCss": true,
9188
"namedChunks": false,
9289
"aot": true,
9390
"extractLicenses": true,

integration/ng_update_migrations/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"optimization": true,
4444
"outputHashing": "all",
4545
"sourceMap": false,
46-
"extractCss": true,
4746
"namedChunks": false,
4847
"aot": true,
4948
"extractLicenses": true,

0 commit comments

Comments
 (0)