From 56966fd76770544a964e7a351cabe8f69c3c858d Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Fri, 21 Feb 2025 11:46:13 +0100 Subject: [PATCH] Increase maximun size error --- ogWebconsole/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogWebconsole/angular.json b/ogWebconsole/angular.json index 3684cc7..f5adc43 100644 --- a/ogWebconsole/angular.json +++ b/ogWebconsole/angular.json @@ -66,8 +66,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumWarning": "4kb", + "maximumError": "10kb" } ], "outputHashing": "all"