Skip to content

Commit

Permalink
Rebalance the max size config of bundlewatch for each non-wildcard fi…
Browse files Browse the repository at this point in the history
…le to 1.2 times.
  • Loading branch information
eason9487 committed Aug 25, 2023
1 parent 84c9ca8 commit 6358de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
},
{
"path": "./js/build/index.js",
"maxSize": "209.08 kB"
"maxSize": "148.52 kB"
},
{
"path": "./js/build/*.css",
Expand All @@ -156,7 +156,7 @@
},
{
"path": "./google-listings-and-ads.zip",
"maxSize": "8.48 mB",
"maxSize": "8.22 mB",
"compression": "none"
}
],
Expand Down

0 comments on commit 6358de3

Please sign in to comment.