From fa14a1c149917e82ed405affe6be30ef94633f73 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Sat, 5 Jun 2021 00:30:19 +0200 Subject: [PATCH] Budgets change cause of frontend build js script size --- frontend/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/angular.json b/frontend/angular.json index d145a31..7770234 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -49,8 +49,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "2mb" }, { "type": "anyComponentStyle",