We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342f218 commit 845feb8Copy full SHA for 845feb8
docs/zh-CN/guide/migrate-from-tsup.md
@@ -1,6 +1,6 @@
1
# 从 tsup 迁移
2
3
-[tsup](https://tsup.egoist.dev/) 是一个功能强大且广泛使用的打包器,与 `tsdown` 有许多相似之处。虽然 `tsup` 构建于 [esbuild](https://esbuild.github.io/) 之上,`tsdown` 则利用了 [Rolldown](https://rolldown.rs/) 的强大功能,提供了更**快速**且更**强大**的打包体验。
+[tsup](https://tsup.egoist.dev/) 是一个功能强大且广泛使用的打包器,与 `tsdown` 有许多相似之处。`tsup` 基于 [esbuild](https://esbuild.github.io/) 构建,而 `tsdown` 则利用了 [Rolldown](https://rolldown.rs/) 的强大能力,带来更**快速**、更**强大**的打包体验。
4
5
## 迁移指南
6
0 commit comments