Skip to content

Commit 3fcf805

Browse files
committed
chore!: migrate to tsdown. Drop cjs support
1 parent 4cbba2d commit 3fcf805

File tree

3 files changed

+362
-900
lines changed

3 files changed

+362
-900
lines changed

build.config.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"registry": "https://registry.npmjs.org/"
4545
},
4646
"scripts": {
47-
"build": "esno ./scripts/update-import.ts && unbuild",
47+
"build": "esno ./scripts/update-import.ts && tsdown",
4848
"test": "vitest",
4949
"test:once": "vitest run",
5050
"release": "tsc && bumpp",
@@ -62,8 +62,8 @@
6262
"bumpp": "^10.2.3",
6363
"eslint": "^9.35.0",
6464
"esno": "^4.8.0",
65+
"tsdown": "^0.15.0",
6566
"typescript": "^5.9.2",
66-
"unbuild": "^3.6.1",
6767
"vitest": "^3.2.4"
6868
},
6969
"pnpm": {

0 commit comments

Comments
 (0)