From 0439ff9b52064567c784fc6cf98a248daeb4b631 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 7 Mar 2020 12:07:50 +0200 Subject: [PATCH] Tighten bundlesize JS limits. --- bundlesize.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index a8778cd47c61..da23ad29fdbe 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "24 kB" + "maxSize": "23 kB" }, { "path": "./dist/js/bootstrap.esm.js", @@ -54,7 +54,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "17.5 kB" + "maxSize": "16.5 kB" } ] }