From 040338542174efe10419ce78401431186d12190d Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Fri, 27 Jun 2025 08:16:09 +0200 Subject: [PATCH] Updated maximum file size --- ogWebconsole/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogWebconsole/angular.json b/ogWebconsole/angular.json index b6f4ae3..f4cc038 100644 --- a/ogWebconsole/angular.json +++ b/ogWebconsole/angular.json @@ -63,8 +63,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "7kb", - "maximumError": "10kb" + "maximumWarning": "35kb", + "maximumError": "40kb" } ], "outputHashing": "all" -- 2.40.1