Skip to content

Commit 91eea6f

Browse files
committed
chore: switch to tsdown
1 parent aad9d9d commit 91eea6f

5 files changed

Lines changed: 323 additions & 784 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
"type": "module",
2222
"devDependencies": {
2323
"@release-it/conventional-changelog": "10.0.1",
24+
"@rollup/plugin-virtual": "3.0.2",
2425
"@types/react": "19.1.15",
2526
"react": "19.1.1",
2627
"react-cosmos": "7.0.0",
2728
"react-cosmos-ui": "7.0.0",
2829
"react-plugin": "3.0.0-alpha.4",
2930
"release-it": "19.0.5",
3031
"styled-components": "5.3.11",
31-
"tsup": "8.5.0",
32+
"tsdown": "0.15.5",
3233
"typescript": "5.9.2"
3334
},
3435
"prettier": {
@@ -41,7 +42,7 @@
4142
},
4243
"scripts": {
4344
"prepublishOnly": "pnpm build",
44-
"build": "tsup --config tsup.index.config.ts && tsup --config tsup.fixture.config.ts",
45+
"build": "tsdown",
4546
"release": "release-it"
4647
},
4748
"peerDependencies": {

0 commit comments

Comments
 (0)