From 46ccab2f836c1c4206f884c204bec9e7b32d4fa3 Mon Sep 17 00:00:00 2001 From: "irvingouj @ Devolutions" Date: Tue, 10 Sep 2024 21:53:37 -0400 Subject: [PATCH] build(webapp): angular 18 changed build output path, update config to remove it (#1013) --- webapp/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/angular.json b/webapp/angular.json index cf5eb1e7..764952e2 100644 --- a/webapp/angular.json +++ b/webapp/angular.json @@ -14,7 +14,8 @@ "options": { "baseHref": "/jet/webapp/client/", "outputPath": { - "base": "client" + "base": "client", + "browser": "" }, "preserveSymlinks": true, "index": "src/client/index.html",