Skip to content
Merged

m2d #1584

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/announcing-vite8.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Rolldown 集成打开了改进和优化的大门。以下是我们接下来要

我们想要透明地对待 Vite 安装大小的变化。Vite 8 本身比 Vite 7 大约大 15 MB。这来自两个主要来源:

- **~10 MB 来自 lightningcss**: 以前是一个可选的 peer 依赖项,lightningcss 现在是一个普通依赖项,提供更好的箱即用 CSS 压缩。
- **~10 MB 来自 lightningcss**: 以前是一个可选的 peer 依赖项,lightningcss 现在是一个普通依赖项,提供更好的开箱即用的CSS 压缩。

Copilot AI Mar 23, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的中英文间距不一致:开箱即用的CSS 建议按文档其余部分的写法在中文与英文缩写之间加空格(如 Wasm SSR),例如写成 开箱即用的 CSS,以避免排版问题。

Suggested change
- **~10 MB 来自 lightningcss**: 以前是一个可选的 peer 依赖项,lightningcss 现在是一个普通依赖项,提供更好的开箱即用的CSS 压缩。
- **~10 MB 来自 lightningcss**: 以前是一个可选的 peer 依赖项,lightningcss 现在是一个普通依赖项,提供更好的开箱即用的 CSS 压缩。

Copilot uses AI. Check for mistakes.
- **~5 MB 来自 Rolldown**: Rolldown 二进制文件比 esbuild + Rollup 更大,主要是因为性能优化,更倾向于速度而不是二进制大小。

随着 Rolldown 逐渐成熟,我们将继续密切关注并努力减少安装大小。
Expand Down
Loading