From e9880f88644f9419087e45263922a43b4b3c7218 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sat, 19 Apr 2025 01:34:31 +0200 Subject: [PATCH] Remove redundant 'logging' property from angular.json The 'logging' property was removed from the build configurations as it is not used or required. This simplifies the configuration and avoids potential confusion. --- frontend/angular.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/angular.json b/frontend/angular.json index add5644..855afed 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -48,7 +48,6 @@ "outputHashing": "all", "sourceMap": false, "namedChunks": false, - "logging": false, "vendorChunk": false, "buildOptimizer": true }, @@ -73,7 +72,6 @@ "outputHashing": "all", "sourceMap": false, "namedChunks": false, - "logging": false, "vendorChunk": false, "buildOptimizer": true }