From 0fe67ce82a05265b8eb4ace79ad9edb326714aed Mon Sep 17 00:00:00 2001 From: Mathis Hofer Date: Tue, 17 Dec 2024 11:33:14 +0100 Subject: [PATCH] Revert "Enable output hashing #706" This reverts commit 46a4de4cd75cabb39debd7d0a8514b5070d0a94b. --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 06dc7ea53..93d3ac1ec 100644 --- a/angular.json +++ b/angular.json @@ -73,7 +73,7 @@ } ], "optimization": true, - "outputHashing": "all", + "outputHashing": "none", "sourceMap": false, "namedChunks": false, "extractLicenses": true,