Skip to content

Commit

Permalink
Merge pull request #1043 from woocommerce/update/bundlesize-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Oct 13, 2021
2 parents 3999bc1 + b71db6c commit ae74f48
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": "3 kB"
"maxSize": "1.3 kB"
},
{
"path": "./js/build/index.js",
"maxSize": "3 mB"
"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 ae74f48

Please sign in to comment.