From ddffa8c267b0eb36facf3a84eaead95b749a0100 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 16 Sep 2019 21:16:34 +0200 Subject: [PATCH] chore: enable sourcemaps for build --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index f1281bbab2..ceb54413fb 100644 --- a/angular.json +++ b/angular.json @@ -49,7 +49,7 @@ ], "optimization": true, "outputHashing": "all", - "sourceMap": false, + "sourceMap": true, "evalSourceMap": false, "extractCss": true, "namedChunks": false,