mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add the new ESM builds in bundlesize.
This commit is contained in:
parent
faba7e3f64
commit
41f72d3d5f
1 changed files with 8 additions and 0 deletions
|
@ -188,6 +188,14 @@
|
|||
"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"
|
||||
|
|
Loading…
Add table
Reference in a new issue