From 7b9e5df2edf523084e91d1f9b345cbfc7222fe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0?= Date: Fri, 5 Dec 2025 11:34:41 +0900 Subject: [PATCH 1/3] docs: fix `worker.rolldownOptions` typo (#21215) --- config/worker-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/worker-options.md b/config/worker-options.md index dc257c2b..1f9d91ab 100644 --- a/config/worker-options.md +++ b/config/worker-options.md @@ -16,7 +16,7 @@ Output format for worker bundle. Vite plugins that apply to the worker bundles. Note that [config.plugins](./shared-options#plugins) only applies to workers in dev, it should be configured here instead for build. The function should return new plugin instances as they are used in parallel rollup worker builds. As such, modifying `config.worker` options in the `config` hook will be ignored. -## worker.rollupOptions +## worker.rolldownOptions @@ -29,4 +29,4 @@ Rollup options to build worker bundle. - **Type:** `RolldownOptions` - **Deprecated** -This option is an alias of `worker.rolldownOptions` option. Use `build.rolldownOptions` option instead. +This option is an alias of `worker.rolldownOptions` option. Use `worker.rolldownOptions` option instead. From 7f6f216b107832e7f5756511553bb1b7723b2bfa Mon Sep 17 00:00:00 2001 From: Michael Dong <220303712+mdong1909@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:41:21 +0800 Subject: [PATCH 2/3] docs: add ramp stat to vite 8 blog post (#21206) Co-authored-by: mdong1909 --- blog/announcing-vite8-beta.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/announcing-vite8-beta.md b/blog/announcing-vite8-beta.md index 007167fb..256a1743 100644 --- a/blog/announcing-vite8-beta.md +++ b/blog/announcing-vite8-beta.md @@ -67,6 +67,7 @@ The migration to a Rolldown-powered Vite is a foundational change. Therefore, ou First, a separate `rolldown-vite` package was [released as a technical preview](https://voidzero.dev/posts/announcing-rolldown-vite). This allowed us to work with early adopters without affecting the stable version of Vite. Early adopters benefited from Rolldown’s performance gains while providing valuable feedback. Highlights: - Linear's production build times were reduced from 46s to 6s +- Ramp reduced their build time by 57% - Mercedes-Benz.io cut their build time down by up to 38% - Beehiiv reduced their build time by 64% From a3854bc255962fbcfc4975ba9fba553a88106cef Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Sat, 6 Dec 2025 22:34:32 +0800 Subject: [PATCH 3/3] resolved deps --- blog/announcing-vite8-beta.md | 8 +------- config/worker-options.md | 6 +----- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/blog/announcing-vite8-beta.md b/blog/announcing-vite8-beta.md index e75e39eb..69de0d04 100644 --- a/blog/announcing-vite8-beta.md +++ b/blog/announcing-vite8-beta.md @@ -66,16 +66,10 @@ Vite 打包器更换的影响超越了性能范畴。打包器利用解析器、 首先,我们发布了独立的 `rolldown-vite` 包作为[技术预览版](https://voidzero.dev/posts/announcing-rolldown-vite)。这让我们能够在不影响 Vite 稳定版本的情况下与早期采用者合作。早期采用者从 Rolldown 的性能提升中受益,同时提供了宝贵的反馈。亮点包括: -<<<<<<< HEAD - Linear 的生产构建时间从 46 秒减少到 6 秒 +- Ramp 将它们的建造时间缩短了 57% - Mercedes-Benz.io 将构建时间减少了高达 38% - Beehiiv 将构建时间减少了 64% -======= -- Linear's production build times were reduced from 46s to 6s -- Ramp reduced their build time by 57% -- Mercedes-Benz.io cut their build time down by up to 38% -- Beehiiv reduced their build time by 64% ->>>>>>> 7f6f216b107832e7f5756511553bb1b7723b2bfa 接下来,我们建立了一套测试套件,用于验证关键的 Vite 插件与 `rolldown-vite` 的兼容性。这项 CI 任务帮助我们及早发现回归问题和兼容性问题,特别是对于 SvelteKit、react-router 和 Storybook 等框架和元框架。 diff --git a/config/worker-options.md b/config/worker-options.md index a2320178..4a8c08ac 100644 --- a/config/worker-options.md +++ b/config/worker-options.md @@ -29,8 +29,4 @@ worker 打包时的输出类型。 - **类型:** `RolldownOptions` - **已弃用** -<<<<<<< HEAD -此选项是 `worker.rolldownOptions` 选项的别名。请使用 `build.rolldownOptions` 选项代替。 -======= -This option is an alias of `worker.rolldownOptions` option. Use `worker.rolldownOptions` option instead. ->>>>>>> 7f6f216b107832e7f5756511553bb1b7723b2bfa +此选项是 `worker.rolldownOptions` 选项的别名。请使用 `worker.rolldownOptions` 选项代替。