From 5d1d10a59499f26257c2c139943d023f4a36faf0 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Sat, 14 Nov 2020 16:13:06 -0500 Subject: [PATCH] Remove extractCSS from angular.json --- client/angular.json | 1 - 1 file changed, 1 deletion(-) diff --git a/client/angular.json b/client/angular.json index 7104a71..b6e37fb 100644 --- a/client/angular.json +++ b/client/angular.json @@ -50,7 +50,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "extractLicenses": true, "vendorChunk": false,