From ae804ffc1faca27d4f2d03aa10ed4f12a55ef302 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julien=20D=C3=A9ramond?= Date: Mon, 9 Jan 2023 23:14:29 +0100 Subject: [PATCH] Fix bundlewatch --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index cc16c47b78..4182ecb8bd 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "32.0 kB" + "maxSize": "32.75 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "30.0 kB" + "maxSize": "30.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js", -- 2.47.2