From e43d0b2b573cf0b649de2ab83ecc716478295915 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 18 Oct 2023 13:11:53 +0400 Subject: [PATCH] feat: increase the error budget size --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 288c3378..102df552 100644 --- a/angular.json +++ b/angular.json @@ -49,7 +49,7 @@ { "type": "anyComponentStyle", "maximumWarning": "2kb", - "maximumError": "5kb" + "maximumError": "6kb" } ], "fileReplacements": [