From bc210c62fae3ea3b5e77990be683c353c2cc6367 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Tue, 16 Nov 2021 08:24:58 -0600 Subject: [PATCH] Up budget on style bundle size (#763) --- UI/Web/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Web/angular.json b/UI/Web/angular.json index abcdbcca9..a78e625b0 100644 --- a/UI/Web/angular.json +++ b/UI/Web/angular.json @@ -71,7 +71,7 @@ { "type": "anyComponentStyle", "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumError": "5kb" } ] }