From 95a8599098255128fd5bebcb0e07855870b89eb4 Mon Sep 17 00:00:00 2001 From: Manfred Steyer Date: Tue, 18 May 2021 19:40:22 +0200 Subject: [PATCH] named chunks --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 9a05f58..e66edf4 100644 --- a/angular.json +++ b/angular.json @@ -40,7 +40,7 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "namedChunks": false, + "namedChunks": true, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true,