From: XhmikosR Date: Wed, 25 Nov 2020 13:43:27 +0000 (+0200) Subject: Tighten bundlewatch limits X-Git-Tag: v5.0.0-beta1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=444715744644965a977080fa7f74b4fed005cab5;p=thirdparty%2Fbootstrap.git Tighten bundlewatch limits --- diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 8be4f8c7ab..6438ddca9e 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -34,11 +34,11 @@ }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "50 kB" + "maxSize": "41 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "22.25 kB" + "maxSize": "21.75 kB" }, { "path": "./dist/js/bootstrap.esm.js",