From 009cc0de9663f7bfe1647a77c9bfbe2a6a0bf380 Mon Sep 17 00:00:00 2001 From: Mathias Chouet <mathias.chouet@irstea.fr> Date: Wed, 27 May 2020 14:21:08 +0200 Subject: [PATCH] Angular: increase anyComponentStyle budget --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index cb5b49b6a..3b4c3abfe 100644 --- a/angular.json +++ b/angular.json @@ -58,7 +58,7 @@ "budgets": [ { "type": "anyComponentStyle", - "maximumWarning": "6kb" + "maximumWarning": "10kb" } ], "optimization": true, -- GitLab