Skip to content

Commit

Permalink
perf: increase the size limit on playground from 162kb to 170kb
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Mar 26, 2024
1 parent 1e5306c commit ca7e10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"size-limit": [
{
"limit": "162 kb",
"limit": "170 kb",
"path": "dist/assets/main-*.js"
}
]
Expand Down

0 comments on commit ca7e10d

Please sign in to comment.