From 85938bb2ed2ec6a97c8dfe9f54c5c450f5c1e86f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 8 Sep 2021 06:56:54 +0300 Subject: [PATCH] Tighten bundlewatch --- .bundlewatch.config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index bf8b5e2db3..382e162ae0 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -2,7 +2,7 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.25 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", @@ -14,7 +14,7 @@ }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2.35 kB" + "maxSize": "2.5 kB" }, { "path": "./dist/css/bootstrap-utilities.css", @@ -30,7 +30,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.8 kB" + "maxSize": "24 kB" }, { "path": "./dist/js/bootstrap.bundle.js",