aboutsummaryrefslogtreecommitdiff
path: root/.bundlewatch.config.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-25 15:43:27 +0200
committerXhmikosR <[email protected]>2020-12-06 18:42:40 +0200
commit444715744644965a977080fa7f74b4fed005cab5 (patch)
tree26a6cd9f26da7ff330a0392c77e5e3438ca29c2f /.bundlewatch.config.json
parent861227887e5f1a19aca490da907b268b5ddee7c9 (diff)
downloadbootstrap-444715744644965a977080fa7f74b4fed005cab5.tar.xz
bootstrap-444715744644965a977080fa7f74b4fed005cab5.zip
Tighten bundlewatch limits
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index 8be4f8c7a..6438ddca9 100644
--- a/.bundlewatch.config.json
+++ b/.bundlewatch.config.json
@@ -34,11 +34,11 @@
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "50 kB"
+ "maxSize": "41 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "22.25 kB"
+ "maxSize": "21.75 kB"
},
{
"path": "./dist/js/bootstrap.esm.js",