Skip to content

Commit

Permalink
feat: switch to tsdown for bunding
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 4, 2024
1 parent 0cdab46 commit ac0fc43
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 651 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Forked from [egoist/ts-lib-starter](https://github.com/egoist/ts-lib-starter)
Features:

- Package manager [pnpm](https://pnpm.js.org/), safe and fast
- Bundle with [tsup](https://github.com/egoist/tsup)
- Bundle with blazing fast [tsdown](https://github.com/sxzz/tsdown)
- Test with [Vitest](https://vitest.dev)

<!-- Remove aboves -->
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"build": "tsup",
"dev": "tsup --watch",
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest",
"typecheck": "tsc --noEmit",
"format": "prettier --cache --write .",
Expand All @@ -46,7 +46,7 @@
"bumpp": "^9.8.1",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"tsup": "^8.3.5",
"tsdown": "^0.4.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
Expand Down
Loading

0 comments on commit ac0fc43

Please sign in to comment.