From fb031e9ca6b611c85ca650d6cc53dc83fcfe827b Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Tue, 22 Oct 2024 21:48:16 -0300 Subject: [PATCH] update maximum budget --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index d398706..e1f59aa 100644 --- a/angular.json +++ b/angular.json @@ -38,7 +38,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle",