From 4ea685a00161a7ed2f3512e53c94b648cd7e0c82 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 12 Feb 2020 12:49:06 +0200 Subject: [PATCH] Bump bootstrap.min.js bundle size limit. --- bundlesize.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 91dd0823bf..e772acbfde 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "15.5 kB" + "maxSize": "15.75 kB" } ] }