mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 04:10:58 +00:00
Adjust bundlesize limits.
This commit is contained in:
parent
8f6cffde97
commit
1139f62ca2
1 changed files with 2 additions and 2 deletions
|
|
@ -186,11 +186,11 @@
|
|||
},
|
||||
{
|
||||
"path": "./dist/js/bootstrap.bundle.min.js",
|
||||
"maxSize": "21 kB"
|
||||
"maxSize": "21.25 kB"
|
||||
},
|
||||
{
|
||||
"path": "./dist/js/bootstrap.js",
|
||||
"maxSize": "22.5 kB"
|
||||
"maxSize": "23 kB"
|
||||
},
|
||||
{
|
||||
"path": "./dist/js/bootstrap.min.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue