From c8937ee6249bc674915604f6401a5e956cb9e0a3 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Mon, 10 Mar 2025 17:26:04 -0700 Subject: [PATCH] CU-8687aj3gt Adjusting angular build --- Web/Resgrid.WebCore/Areas/User/Apps/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Resgrid.WebCore/Areas/User/Apps/angular.json b/Web/Resgrid.WebCore/Areas/User/Apps/angular.json index 53615267..a47eab52 100644 --- a/Web/Resgrid.WebCore/Areas/User/Apps/angular.json +++ b/Web/Resgrid.WebCore/Areas/User/Apps/angular.json @@ -32,8 +32,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "2mb" }, { "type": "anyComponentStyle",