Skip to content

Commit

Permalink
Decrease bundlewatch maxSizes,
Browse files Browse the repository at this point in the history
Set them to 120% of the biggest file (rounding down).
  • Loading branch information
tomalec committed Oct 13, 2021
1 parent ed2de83 commit b71db6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,23 @@
"files": [
{
"path": "./js/build/*.js",
"maxSize": "2.3 kB"
"maxSize": "1.3 kB"
},
{
"path": "./js/build/index.js",
"maxSize": "743 kb"
"maxSize": "457 kb"
},
{
"path": "./js/build/*.css",
"maxSize": "1 kB"
"maxSize": "364 B"
},
{
"path": "./js/build/index.css",
"maxSize": "10 kB"
"maxSize": "8 kB"
},
{
"path": "./google-listings-and-ads.zip",
"maxSize": "12 mB",
"maxSize": "11.8 mB",
"compression": "none"
}
],
Expand Down

0 comments on commit b71db6c

Please sign in to comment.