From 908591b6b73bb46abbffc58223f3323ed2d86743 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 23 Mar 2025 11:54:37 +0100 Subject: [PATCH] chore: remove old size increase explanation in readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index eb4186b..f95de91 100644 --- a/README.md +++ b/README.md @@ -445,9 +445,7 @@ class ClickableText extends WebComponent { All the functions and the base class in the library are minimalist by design and only contains what is needed for their purpose. -As of v3, the main export (with `WebComponent` + `html`) is 1.7 kB (min + gzip) according to [bundlephobia.com](https://bundlephobia.com/package/web-component-base@2.0.0), and the `WebComponent` base class is just 1.08 kB (min + brotli) according to [size-limit](http://github.com/ai/size-limit). - -There is an increase in size compared to that of before this release, primarily because of advanced features (e.g., html tagged templates, and props blueprints) in building complex applications. +The main export (with `WebComponent` + `html`) is 1.7 kB (min + gzip) according to [bundlephobia.com](https://bundlephobia.com/package/web-component-base@latest), and the `WebComponent` base class is just 1.08 kB (min + brotli) according to [size-limit](http://github.com/ai/size-limit). ## Inspirations and thanks