Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 5217257

Browse files
committed
fix: remove extractCss from ssr-dev-server builder
As of Angular CLI version 11, extractCss is deprecated and is now done by default.
1 parent 81ba768 commit 5217257

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

integration/express-engine-ivy-prerender/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"optimization": true,
6868
"outputHashing": "all",
6969
"sourceMap": false,
70-
"extractCss": true,
7170
"namedChunks": false,
7271
"extractLicenses": true,
7372
"vendorChunk": false,

integration/express-engine-ivy/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"optimization": true,
6565
"outputHashing": "all",
6666
"sourceMap": false,
67-
"extractCss": true,
6867
"namedChunks": false,
6968
"extractLicenses": true,
7069
"vendorChunk": false,

integration/express-engine-ve/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"optimization": true,
6565
"outputHashing": "all",
6666
"sourceMap": false,
67-
"extractCss": true,
6867
"namedChunks": false,
6968
"extractLicenses": true,
7069
"vendorChunk": false,

integration/hapi-engine-ivy/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"optimization": true,
6565
"outputHashing": "all",
6666
"sourceMap": false,
67-
"extractCss": true,
6867
"namedChunks": false,
6968
"extractLicenses": true,
7069
"vendorChunk": false,

integration/hapi-engine-ve/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"optimization": true,
6565
"outputHashing": "all",
6666
"sourceMap": false,
67-
"extractCss": true,
6867
"namedChunks": false,
6968
"extractLicenses": true,
7069
"vendorChunk": false,

modules/builders/src/ssr-dev-server/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export function execute(
6464
const getBaseUrl = (bs: browserSync.BrowserSyncInstance) => `${bs.getOption('scheme')}://${bs.getOption('host')}:${bs.getOption('port')}`;
6565

6666
const browserTargetRun = context.scheduleTarget(browserTarget, {
67-
extractCss: true,
6867
serviceWorker: false,
6968
watch: true,
7069
progress: options.progress,

modules/builders/testing/hello-world-app/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"optimization": true,
4646
"outputHashing": "all",
4747
"sourceMap": false,
48-
"extractCss": true,
4948
"namedChunks": false,
5049
"extractLicenses": true,
5150
"vendorChunk": false,

0 commit comments

Comments
 (0)