From 689e6144b236910ec2e0b265099d2d7a677f4c3e Mon Sep 17 00:00:00 2001 From: SondreB Date: Thu, 5 Oct 2023 20:00:49 +0200 Subject: [PATCH] Disable output hashing --- angular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index e2bb995e..04946d4f 100644 --- a/angular.json +++ b/angular.json @@ -74,7 +74,7 @@ "extractLicenses": true, "sourceMap": false, "namedChunks": true, - "outputHashing": "all", + "outputHashing": "none", "budgets": [ { "type": "initial", @@ -155,7 +155,7 @@ "extractLicenses": true, "sourceMap": false, "namedChunks": true, - "outputHashing": "all", + "outputHashing": "none", "outputPath": "dist/extension", "budgets": [ { @@ -212,7 +212,7 @@ "extractLicenses": true, "sourceMap": false, "namedChunks": true, - "outputHashing": "all", + "outputHashing": "none", "outputPath": "dist/extension", "budgets": [ {