Skip to content

Commit

Permalink
perf: build size reduced by ~10kb after lexical ESM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed May 7, 2024
1 parent 97b1f2a commit 53f8ebd
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 @@ -31,7 +31,7 @@
},
"size-limit": [
{
"limit": "50 kb",
"limit": "40 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": "174 kb",
"limit": "160 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 @@ -31,7 +31,7 @@
},
"size-limit": [
{
"limit": "95 kb",
"limit": "86 kb",
"path": "dist/assets/index-*.js"
}
]
Expand Down

0 comments on commit 53f8ebd

Please sign in to comment.