diff options
| author | XhmikosR <[email protected]> | 2019-03-01 18:40:59 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:59:08 +0200 |
| commit | 41f72d3d5f38054479cbfbfbe00e544dc855c4ca (patch) | |
| tree | f7d17e4482330d0c3be4bd04253b2b83d9f41305 | |
| parent | faba7e3f642bc3488ff82ffb98f7940fbec49f04 (diff) | |
| download | bootstrap-41f72d3d5f38054479cbfbfbe00e544dc855c4ca.tar.xz bootstrap-41f72d3d5f38054479cbfbfbe00e544dc855c4ca.zip | |
Add the new ESM builds in bundlesize.
| -rw-r--r-- | package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json index d6543ffef..9622eaae3 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" }, |
