Skip to content

Commit

Permalink
perf: change in size-limit post upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 23, 2024
1 parent 1d6987a commit 857172a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/plaintext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"size-limit": [
{
"limit": "41 kb",
"limit": "45 kb",
"path": "dist/assets/index-*.js"
}
]
Expand Down
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"size-limit": [
{
"limit": "167 kb",
"limit": "160 kb",
"path": "dist/assets/main-*.js"
}
]
Expand Down

0 comments on commit 857172a

Please sign in to comment.