mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-05 11:04:43 +00:00
Tighten bundlewatch limits
This commit is contained in:
parent
861227887e
commit
4447157446
1 changed files with 2 additions and 2 deletions
|
|
@ -34,11 +34,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.bundle.js",
|
"path": "./dist/js/bootstrap.bundle.js",
|
||||||
"maxSize": "50 kB"
|
"maxSize": "41 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.bundle.min.js",
|
"path": "./dist/js/bootstrap.bundle.min.js",
|
||||||
"maxSize": "22.25 kB"
|
"maxSize": "21.75 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.esm.js",
|
"path": "./dist/js/bootstrap.esm.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue