Skip to content

Commit

Permalink
Tighten bundlewatch limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 4, 2020
1 parent 8d9263b commit 047bfca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .bundlewatch.config.json
Expand Up @@ -30,31 +30,31 @@
},
{
"path": "./dist/css/bootstrap.min.css",
"maxSize": "21.6 kB"
"maxSize": "21.5 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
"maxSize": "51 kB"
"maxSize": "50 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
"maxSize": "22.5 kB"
"maxSize": "22 kB"
},
{
"path": "./dist/js/bootstrap.esm.js",
"maxSize": "28 kB"
"maxSize": "27 kB"
},
{
"path": "./dist/js/bootstrap.esm.min.js",
"maxSize": "19 kB"
"maxSize": "18 kB"
},
{
"path": "./dist/js/bootstrap.js",
"maxSize": "29 kB"
"maxSize": "28 kB"
},
{
"path": "./dist/js/bootstrap.min.js",
"maxSize": "16 kB"
"maxSize": "15.5 kB"
}
],
"ci": {
Expand Down

0 comments on commit 047bfca

Please sign in to comment.