From a83e29dc3c5213f0c31c9fa16aa63570eb2fd126 Mon Sep 17 00:00:00 2001 From: AdamBtech <60339324+AdamBtech@users.noreply.github.com> Date: Fri, 23 May 2025 18:16:36 +0200 Subject: [PATCH] Added lazy loading and package size optimization --- angular.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/angular.json b/angular.json index bd9ca5e..d2391db 100644 --- a/angular.json +++ b/angular.json @@ -55,11 +55,6 @@ }, "sourceMap": false, "extractLicenses": true, - "namedChunks": false, - "aot": true, - "buildOptimizer": true, - "vendorChunk": false, - "commonChunk": false, "fileReplacements": [ { "replace": "src/environments/environment.ts", @@ -70,11 +65,7 @@ "development": { "optimization": false, "extractLicenses": false, - "sourceMap": true, - "namedChunks": true, - "buildOptimizer": false, - "vendorChunk": true, - "commonChunk": true + "sourceMap": true } }, "defaultConfiguration": "production"