From 537ba783d1df24a974bd48c9e29b0fa06e9d047c Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 12 Jun 2026 16:39:43 -0500 Subject: [PATCH] np sourcemaps in prod --- bizmatch/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bizmatch/angular.json b/bizmatch/angular.json index c301391..a830ce7 100644 --- a/bizmatch/angular.json +++ b/bizmatch/angular.json @@ -101,7 +101,7 @@ ], "optimization": true, "extractLicenses": false, - "sourceMap": true, + "sourceMap": false, "outputHashing": "all" } },