From cfece2c920a7c4d06343b6cd1715dfa91b103eef Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 7 Oct 2024 17:37:52 +0200
Subject: [PATCH] Alfa Client: set maximum bundle size to 6MB

---
 alfa-client/apps/alfa/project.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/apps/alfa/project.json b/alfa-client/apps/alfa/project.json
index 932f9ed857..971b4de26c 100644
--- a/alfa-client/apps/alfa/project.json
+++ b/alfa-client/apps/alfa/project.json
@@ -75,7 +75,7 @@
             {
               "type": "initial",
               "maximumWarning": "2mb",
-              "maximumError": "5mb"
+              "maximumError": "6mb"
             },
             {
               "type": "anyComponentStyle",
-- 
GitLab