Skip to content

Commit 04057bb

Browse files
committed
chore: switch to tsdown as bundler
1 parent 0c6cd8b commit 04057bb

File tree

3 files changed

+281
-682
lines changed

3 files changed

+281
-682
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"compile": "npm run build",
1414
"build": "concurrently --prefix-colors 'blue,green' 'npm:build:*'",
15-
"build:code": "tsup",
15+
"build:code": "tsdown",
1616
"build:image": "sharp resize 1024 1024 --input node_modules/applescript-svg-icon/src/applescript.svg --output resources/logo.png",
1717
"dev": "npm run start",
1818
"lint": "biome check --config-path=biome.jsonc --no-errors-on-unmatched --vcs-enabled=true --vcs-use-ignore-file=true",
@@ -454,7 +454,7 @@
454454
"cross-env": "^7.0.3",
455455
"lefthook": "^1.11.12",
456456
"sharp-cli": "^5.1.0",
457-
"tsup": "^8.5.0",
457+
"tsdown": "^0.12.6",
458458
"typescript": "^5.8.3",
459459
"typescript-eslint": "^8.31.1"
460460
},

0 commit comments

Comments
 (0)