From 6345ce97c77729d3bc9d357a5e322149f5b339f9 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 21 Jun 2023 09:55:50 -0400 Subject: [PATCH] increase bundle size --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 26a66e6..710f9ac 100644 --- a/angular.json +++ b/angular.json @@ -47,7 +47,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle",