8000 refactor: switch to tsdown (#842) · unplugin/unplugin-vue-components@877fbd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 877fbd2

Browse files
authored
refactor: switch to tsdown (#842)
1 parent 63d5c7e commit 877fbd2

File tree

4 files changed

+367
-320
lines changed

4 files changed

+367
-320
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"node": ">=14"
7070
},
7171
"scripts": {
72-
"build": "tsup",
73-
"dev": "tsup --watch src",
72+
"build": "tsdown",
73+
"dev": "tsdown -w",
7474
"example:build": "npm -C examples/vite-vue3 run build",
7575
"example:dev": "npm -C examples/vite-vue3 run dev",
7676
"prepublishOnly": "npm run build",
@@ -122,7 +122,7 @@
122122
"minimatch": "^10.0.1",
123123
"pathe": "^2.0.3",
124124
"rollup": "^4.40.0",
125-
"tsup": "^8.4.0",
125+
"tsdown": "^0.12.3",
126126
"typescript": "^5.8.3",
127127
"vite": "^6.2.6",
128128
"vitest": "^3.1.1",

0 commit comments

Comments
 (0)
0