Skip to content

Commit

Permalink
build(size): update size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Feb 19, 2025
1 parent d482435 commit df9f42f
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 @@ -85,22 +85,22 @@
"size-limit": [
{
"brotli": true,
"limit": "5.53 KB",
"limit": "5.60 KB",
"path": "./dist/index.js"
},
{
"gzip": true,
"limit": "6.97 KB",
"limit": "7.03 KB",
"path": "./dist/index.js"
},
{
"brotli": true,
"limit": "5.31 KB",
"limit": "5.33 KB",
"path": "./dist/index.mjs"
},
{
"gzip": true,
"limit": "6.72 KB",
"limit": "6.78 KB",
"path": "./dist/index.mjs"
}
]
Expand Down

0 comments on commit df9f42f

Please sign in to comment.