]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add the new ESM builds in bundlesize.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 1 Mar 2019 16:40:59 +0000 (18:40 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 11 Mar 2019 15:59:08 +0000 (17:59 +0200)
package.json

index d6543ffef717450ace51cc303fde0520a8141cec..9622eaae3a1cb4940df3923f296ef8b76003919c 100644 (file)
       "path": "./dist/js/bootstrap.bundle.min.js",
       "maxSize": "24 kB"
     },
+    {
+      "path": "./dist/js/bootstrap.esm.js",
+      "maxSize": "27 kB"
+    },
+    {
+      "path": "./dist/js/bootstrap.esm.min.js",
+      "maxSize": "18 kB"
+    },
     {
       "path": "./dist/js/bootstrap.js",
       "maxSize": "29 kB"