From 9d875f31ad06a8e6452eaef532304ee579789cea Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Thu, 27 Jun 2024 01:52:12 +0300 Subject: [PATCH] build: change maximum budgets mb --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index c09a451..7e33aa5 100644 --- a/angular.json +++ b/angular.json @@ -36,7 +36,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle",