Skip to content

Commit

Permalink
perf: reduce size limit after recent package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed May 5, 2024
1 parent 6f410ac commit 2ec7a9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"editor.formatOnSave": true,
"svelte.plugin.svelte.compilerWarnings": {
"a11y-no-noninteractive-tabindex": "ignore"
}
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
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": "70 kb",
"limit": "50 kb",
"path": "dist/assets/index-*.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": "100 kb",
"limit": "95 kb",
"path": "dist/assets/index-*.js"
}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@
"y-websocket": "1.5.0",
"yjs": "13.6.2"
}
}
}

0 comments on commit 2ec7a9a

Please sign in to comment.