From ec1d7eac2762a0a67d6450e6846b13955fae9e5e Mon Sep 17 00:00:00 2001 From: Lotiel-Dev Date: Thu, 26 Jun 2025 19:00:27 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20aumentar=20el=20tama=C3=B1o=20m=C3=A1xim?= =?UTF-8?q?o=20de=20alerta=20para=20el=20budget=20inicial=20en=20angular.j?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/angular/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/angular/angular.json b/frontend/angular/angular.json index 7a3d4cf..fa99ffa 100644 --- a/frontend/angular/angular.json +++ b/frontend/angular/angular.json @@ -46,7 +46,7 @@ "budgets": [ { "type": "initial", - "maximumWarning": "1.5MB", + "maximumWarning": "1.7MB", "maximumError": "2MB" }, {