Skip to content

Commit

Permalink
ci(size): increase size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed May 25, 2021
1 parent 883c483 commit c7c0a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,25 @@
"size-limit": [
{
"brotli": true,
"limit": "3.5 KiB",
"limit": "3.65 KiB",
"path": "./dist/convert.cjs.production.min.js",
"webpack": false
},
{
"brotli": true,
"limit": "3.6 KiB",
"limit": "3.75 KiB",
"path": "./dist/convert.umd.production.min.js",
"webpack": false
},
{
"gzip": true,
"limit": "3.9 KiB",
"limit": "4.05 KiB",
"path": "./dist/convert.cjs.production.min.js",
"webpack": false
},
{
"gzip": true,
"limit": "4 KiB",
"limit": "4.15 KiB",
"path": "./dist/convert.umd.production.min.js",
"webpack": false
}
Expand Down

0 comments on commit c7c0a4d

Please sign in to comment.