From 7d78cf3e1f0bac5fe50da9e4fe53d25ee86699f0 Mon Sep 17 00:00:00 2001 From: "William J. Bowman" Date: Thu, 13 May 2021 12:56:27 -0700 Subject: [PATCH] Re-enable source maps in production --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 28a8e1676..895072e5c 100644 --- a/angular.json +++ b/angular.json @@ -54,7 +54,7 @@ ], "optimization": true, "outputHashing": "all", - "sourceMap": false, + "sourceMap": true, "extractCss": true, "namedChunks": false, "aot": true, @@ -78,7 +78,7 @@ ], "optimization": true, "outputHashing": "all", - "sourceMap": false, + "sourceMap": true, "extractCss": true, "namedChunks": false, "aot": true,