From 1af88f53530a6db5ff450ca9a1944c5094a63556 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 30 Nov 2022 12:43:58 -0700 Subject: [PATCH] Remove deprecated `extractCss` option, fixes #22 --- angular.json | 1 - 1 file changed, 1 deletion(-) diff --git a/angular.json b/angular.json index 82a692c..c477d6c 100644 --- a/angular.json +++ b/angular.json @@ -43,7 +43,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true,