From 3449cf24b1232d717c1e5cad485b6cea7994fe05 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sat, 19 Apr 2025 01:33:41 +0200 Subject: [PATCH] Remove extractCss configuration from angular.json The extractCss option is deprecated and no longer required. This change cleans up the configuration by removing obsolete settings, ensuring compatibility with newer Angular versions. --- frontend/angular.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/angular.json b/frontend/angular.json index 2bcec0c..add5644 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -47,7 +47,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "logging": false, "vendorChunk": false, @@ -73,7 +72,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "logging": false, "vendorChunk": false,