From 762a967cfe298f16b43e62643b7983c8787e9745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20B=C3=BChler?= <17296905+buehlefs@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:23:00 +0100 Subject: [PATCH] Fix missing source maps --- angular.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/angular.json b/angular.json index c8c2ac72..c89bceb9 100644 --- a/angular.json +++ b/angular.json @@ -23,6 +23,7 @@ "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", "aot": true, + "sourceMap": true, "assets": [ "src/favicon.ico", "src/assets" @@ -137,5 +138,8 @@ } } } + }, + "cli": { + "analytics": false } }