From 53f8ebd4eee9457d647b64cc9c36cade19e1f6b8 Mon Sep 17 00:00:00 2001 From: umaranis Date: Tue, 7 May 2024 17:45:37 +1000 Subject: [PATCH] perf: build size reduced by ~10kb after lexical ESM changes --- demos/plaintext-editor/package.json | 2 +- demos/playground/package.json | 2 +- demos/richtext-editor/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/plaintext-editor/package.json b/demos/plaintext-editor/package.json index 136a15d..5bf4d18 100644 --- a/demos/plaintext-editor/package.json +++ b/demos/plaintext-editor/package.json @@ -31,7 +31,7 @@ }, "size-limit": [ { - "limit": "50 kb", + "limit": "40 kb", "path": "dist/assets/index-*.js" } ] diff --git a/demos/playground/package.json b/demos/playground/package.json index e7a7afe..e1d55e8 100644 --- a/demos/playground/package.json +++ b/demos/playground/package.json @@ -96,7 +96,7 @@ }, "size-limit": [ { - "limit": "174 kb", + "limit": "160 kb", "path": "dist/assets/main-*.js" } ] diff --git a/demos/richtext-editor/package.json b/demos/richtext-editor/package.json index ceac232..5a32f36 100644 --- a/demos/richtext-editor/package.json +++ b/demos/richtext-editor/package.json @@ -31,7 +31,7 @@ }, "size-limit": [ { - "limit": "95 kb", + "limit": "86 kb", "path": "dist/assets/index-*.js" } ]