From e030dadca44173c86f8f2241e8b038592df67d80 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 28 May 2025 13:53:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20budget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index dbe8614..3d9ddc5 100644 --- a/angular.json +++ b/angular.json @@ -45,8 +45,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1MB", + "maximumError": "5MB" }, { "type": "anyComponentStyle",