From 4265eacb4477a903d2aca398ab52e7b74909a9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Tue, 3 Oct 2023 17:41:10 +0200 Subject: [PATCH] chore: Update bundlemon --- .bundlemonrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlemonrc b/.bundlemonrc index 55bcf408d6..34e7a38afd 100644 --- a/.bundlemonrc +++ b/.bundlemonrc @@ -3,7 +3,7 @@ "files": [ { "path": "drive/app/drive..js", - "maxSize": "255 KB" + "maxSize": "280 KB" }, { "path": "drive/app/drive..min.css", @@ -109,7 +109,7 @@ "groups": [ { "path": "drive/app/**", - "maxPercentIncrease": 1 + "maxPercentIncrease": 10 }, { "path": "drive/img/**",