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" } ] }