From d8c48bf58a38c8ce13c27693966bef45c7ac9169 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Mon, 3 Mar 2025 11:10:16 +0100 Subject: [PATCH] max on 2mb --- bizmatch/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bizmatch/angular.json b/bizmatch/angular.json index 02ebf47..7fcec84 100644 --- a/bizmatch/angular.json +++ b/bizmatch/angular.json @@ -42,7 +42,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle",