From d63e2041cf87a675af3b777fc6596ee381cec794 Mon Sep 17 00:00:00 2001 From: tkubica-edu Date: Mon, 5 Aug 2024 16:10:13 +0200 Subject: [PATCH] fix: increase maximum error budgets to make the build runnable again --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 74edad2f..e745cf6b 100644 --- a/angular.json +++ b/angular.json @@ -63,7 +63,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "2500kb" + "maximumError": "3000kb" }, { "type": "anyComponentStyle", @@ -207,7 +207,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "2500kb" + "maximumError": "3000kb" }, { "type": "anyComponentStyle",