From 06bb424b83f41741d617b456c43484630c16156f Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 20 Sep 2023 19:28:46 +0500 Subject: [PATCH] Increase budget --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 02ddc19..57bbee4 100644 --- a/angular.json +++ b/angular.json @@ -41,8 +41,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "2mb" }, { "type": "anyComponentStyle",