Skip to content

Commit 798244e

Browse files
committed
perf: increase size limit by 1kb for plaintext demo
1 parent e3a5840 commit 798244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/plaintext-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"size-limit": [
3333
{
34-
"limit": "71 kb",
34+
"limit": "72 kb",
3535
"path": "dist/assets/index-*.js"
3636
}
3737
]

0 commit comments

Comments
 (0)