Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-03-01 19:40:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-11 18:59:08 +0300
commit41f72d3d5f38054479cbfbfbe00e544dc855c4ca (patch)
treef7d17e4482330d0c3be4bd04253b2b83d9f41305 /package.json
parentfaba7e3f642bc3488ff82ffb98f7940fbec49f04 (diff)
Add the new ESM builds in bundlesize.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index d6543ffef7..9622eaae3a 100644
--- a/package.json
+++ b/package.json
@@ -189,6 +189,14 @@
"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"
},