From c10e4b2951d7397618311cba2d1c059cc721595e Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 2 Jul 2023 19:31:45 -0400 Subject: [PATCH] build size --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 6e166ac..3f84bc0 100644 --- a/angular.json +++ b/angular.json @@ -52,8 +52,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "2mb" + "maximumWarning": "3mb", + "maximumError": "3mb" }, { "type": "anyComponentStyle",