Skip to content

Commit

Permalink
perf: change size-limit from time to file size
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 5, 2023
1 parent bc195a1 commit e9b3a6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/plaintext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"size-limit": [
{
"limit": "1.8 sec",
"limit": "70 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 @@ -94,7 +94,7 @@
},
"size-limit": [
{
"limit": "3.4 sec",
"limit": "162 kb",
"path": "dist/assets/main-*.js"
}
]
Expand Down
2 changes: 1 addition & 1 deletion demos/richtext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"size-limit": [
{
"limit": "2.5 sec",
"limit": "100 kb",
"path": "dist/assets/index-*.js"
}
]
Expand Down

0 comments on commit e9b3a6a

Please sign in to comment.