From 6c0c165c7d361c61306b2b30b055815163cf526d 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 c422f278e..5242f68a4 100644
--- a/angular.json
+++ b/angular.json
@@ -58,7 +58,7 @@
               "budgets": [
                 {
                   "type": "anyComponentStyle",
-                  "maximumWarning": "6kb"
+                  "maximumWarning": "10kb"
                 }
               ],
               "optimization": true,
-- 
GitLab