Skip to content

Commit a49a84c

Browse files
authored
docs: add tree shaking blog to the blog list (#11561)
* docs: add tree shaking article to blog list * fix
1 parent e3adfda commit a49a84c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

website/docs/en/blog/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Check here for the latest articles and release announcements about Rspack.
1414
Rspack 1.5 has been released, introducing barrel file optimization and constant inlining optimization, also adding a built-in file system watcher, a virtual modules plugin, and a Rust extension mechanism,
1515
while dropping support for Node.js 16.
1616

17+
## [Bundler tree shaking principles and differences](https://github.com/orgs/web-infra-dev/discussions/29)
18+
19+
> July 31, 2025
20+
21+
Tree shaking has become an essential part of modern front-end bundling. This article provides a brief overview of tree shaking principles across different bundlers and explores their key differences.
22+
1723
## [Announcing Rspack 1.4](/blog/announcing-1-4)
1824

1925
> June 26, 2025
@@ -44,7 +50,7 @@ Rspack 1.2 has been released, introducing experimental persistent caching, a fas
4450
4551
This article will briefly introduce the content of the "Build Systems à la Carte: Theory and Practice" paper and attempt to summarize bundlers from the perspective of build systems.
4652

47-
## [RSC and Server Action bundle Practice](https://github.com/orgs/web-infra-dev/discussions/23)
53+
## [RSC and Server Action bundle practice](https://github.com/orgs/web-infra-dev/discussions/23)
4854

4955
> January 6, 2025
5056

website/docs/zh/blog/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ sidebar: false
1313
1414
Rspack 1.5 版本发布,支持 Barrel 文件优化、常量内联优化,新增了内置文件系统监听器、虚拟模块插件和 Rust 扩展机制,并不再支持 Node 16。
1515

16+
## [Bundler tree shaking 原理及差异](https://github.com/orgs/web-infra-dev/discussions/28)
17+
18+
> 2025 年 7 月 31 日
19+
20+
Tree shaking 已经成为现代前端打包工具的重要组成部分。本文简要概述了不同打包工具中 tree shaking 的原理,并探讨了它们之间的主要差异。
21+
1622
## [Rspack 1.4 发布公告](/blog/announcing-1-4)
1723

1824
> 2025 年 6 月 26 日

0 commit comments

Comments
 (0)