Skip to content

Commit a817aaf

Browse files
authored
refactor: migrate to tsdown (#629)
1 parent dae89e7 commit a817aaf

File tree

4 files changed

+585
-302
lines changed

4 files changed

+585
-302
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
],
106106
"scripts": {
107107
"build": "pnpm run build:core && pnpm run build:runtime",
108-
"build:core": "tsup",
109-
"build:runtime": "tsup --config tsup-runtime.config.ts",
108+
"build:core": "tsdown",
109+
"build:runtime": "tsdown --config tsdown-runtime.config.ts",
110110
"dev": "pnpm run vitest --ui",
111111
"vitest": "vitest --typecheck",
112112
"docs": "vitepress dev docs",
@@ -182,7 +182,7 @@
182182
"rollup": "^4.40.2",
183183
"semver": "^7.7.1",
184184
"ts-expect": "^1.3.0",
185-
"tsup": "^8.4.0",
185+
"tsdown": "^0.11.0",
186186
"typescript": "^5.8.3",
187187
"unplugin-auto-import": "^19.2.0",
188188
"unplugin-vue-markdown": "^28.3.1",

0 commit comments

Comments
 (0)