From caef1214040b7a35c3c69fb6f023d4862613f1e4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 24 Sep 2020 13:25:10 -0700 Subject: [PATCH] Fix bundlewatch test I missed --- .bundlewatch.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 7cab49f398..b89e0207b7 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -30,7 +30,7 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "21 kB" + "maxSize": "21.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js",