From f989f8fb3ae581e9814095f625b53df4cfa23e8a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 3 Nov 2020 15:40:16 +0200 Subject: [PATCH] Tighten bundlewatch limits. --- .bundlewatch.config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 6e3c15a960..dd21b6d2f7 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -30,31 +30,31 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "21.6 kB" + "maxSize": "21.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "51 kB" + "maxSize": "50 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "22.5 kB" + "maxSize": "22 kB" }, { "path": "./dist/js/bootstrap.esm.js", - "maxSize": "28 kB" + "maxSize": "27 kB" }, { "path": "./dist/js/bootstrap.esm.min.js", - "maxSize": "19 kB" + "maxSize": "18 kB" }, { "path": "./dist/js/bootstrap.js", - "maxSize": "29 kB" + "maxSize": "28 kB" }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "16 kB" + "maxSize": "15.5 kB" } ], "ci": {