aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bundlesize.config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json
index a8778cd47..da23ad29f 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"
}
]
}