From ff618fffc3ceadb7e7d505cfdaab607c99d74e9d Mon Sep 17 00:00:00 2001 From: Juri Sinitson <6381693+juri-sinitson@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:18:12 +0100 Subject: [PATCH] refactor(dev): #15009 enable sourceMap - To debug in the browser --- apps/showcase/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/showcase/angular.json b/apps/showcase/angular.json index 4a80bd487ca..cace2df3459 100644 --- a/apps/showcase/angular.json +++ b/apps/showcase/angular.json @@ -63,7 +63,7 @@ "development": { "optimization": false, "extractLicenses": false, - "sourceMap": false + "sourceMap": true } }, "defaultConfiguration": "production"