From fcda822e0cf490c6198d51e9c14cf0863ea804b1 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 7671b88ce..5e5ff3530 100644
--- a/angular.json
+++ b/angular.json
@@ -46,7 +46,7 @@
               "budgets": [
                 {
                   "type": "anyComponentStyle",
-                  "maximumWarning": "6kb"
+                  "maximumWarning": "10kb"
                 }
               ],
               "optimization": true,
-- 
GitLab