From c2d315124bb4da3c2c431b10a96cb84e5b7a2d08 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 23 May 2024 22:24:01 +0200 Subject: [PATCH] up build size constraint --- ordre-du-jour/odj2/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ordre-du-jour/odj2/angular.json b/ordre-du-jour/odj2/angular.json index 5fb0f357..9e712aa0 100644 --- a/ordre-du-jour/odj2/angular.json +++ b/ordre-du-jour/odj2/angular.json @@ -45,7 +45,7 @@ { "type": "anyComponentStyle", "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumError": "20kb" } ], "outputHashing": "all"