From 925e97d4fc83ecfcc93bbbb357247373b594804f Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 28 Jul 2026 07:56:20 -0500 Subject: [PATCH] docs: Update package size links --- docs/guide/resources/upgrading.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/resources/upgrading.md b/docs/guide/resources/upgrading.md index 0bc6c335..6ae149d9 100644 --- a/docs/guide/resources/upgrading.md +++ b/docs/guide/resources/upgrading.md @@ -45,7 +45,7 @@ Read through all the changes once before updating your code. ### Install Footprint -When installing `wxt` v0.20, it downloaded 98 MB and 366 packages to your `node_modules`. v0.21 cuts this down to 64 MB / 320 packages - that's 65.3% the previous size! This is a good improvement, but frankly, not good enough. Why? +When installing `wxt` v0.20, it downloaded 98 MB and 366 packages to your `node_modules`. v0.21 cuts this down to 46MB / 313 packages - that's 46.9% the previous size! This is a good improvement, but frankly, not good enough. Why? - `wxt init` is slow for new developers trying it out - Less exposure to supply chain attacks @@ -53,9 +53,9 @@ When installing `wxt` v0.20, it downloaded 98 MB and 366 packages to your `node_ If you want to explore WXT's dependencies and why it's so large, here's a few links: -- -- -- +- +- +- We'll continue working on minimizing WXT's install footprint.