From 37c68793a48f940ad3aadf83c965f1cbc1704436 Mon Sep 17 00:00:00 2001 From: Geomitron <22552797+Geomitron@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:09:12 -0500 Subject: [PATCH] Increase build budget --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index d2cdfb0..98f84d3 100644 --- a/angular.json +++ b/angular.json @@ -71,7 +71,7 @@ { "type": "initial", "maximumWarning": "1000kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle",