]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tighten bundlesize JS limits.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 7 Mar 2020 10:07:50 +0000 (12:07 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 18 Mar 2020 10:58:54 +0000 (12:58 +0200)
bundlesize.config.json

index a8778cd47c61abb62fbe9a2512422530d7394bd3..da23ad29fdbece8a7d28c66fd52c4a1f2a13214e 100644 (file)
@@ -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"
     }
   ]
 }