From e731077077d4d25ace1b1b68d5a7748326653aa1 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 7 Apr 2021 17:36:20 +0400 Subject: [PATCH] extractCss is deprecated and always defaults to true. --- frontend/angular.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index da145464e..74ea612ae 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -143,7 +143,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "extractLicenses": true, "vendorChunk": false,