Skip to content

Commit

Permalink
refactor: switch to tsdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 26, 2024
1 parent 47116ac commit 8af0b7a
Show file tree
Hide file tree
Showing 9 changed files with 949 additions and 954 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"require": "./dist/rollup.cjs",
"import": "./dist/rollup.js"
},
"./rolldown": {
"require": "./dist/rolldown.cjs",
"import": "./dist/rolldown.js"
},
"./esbuild": {
"require": "./dist/esbuild.cjs",
"import": "./dist/esbuild.js"
Expand Down Expand Up @@ -67,8 +71,7 @@
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"build": "tsup",
"dev": "tsup --watch",
"build": "tsdown",
"test": "vitest",
"typecheck": "tsc --noEmit",
"release": "bumpp && pnpm publish",
Expand All @@ -83,13 +86,13 @@
"devDependencies": {
"@sxzz/eslint-config": "^3.13.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"bumpp": "^9.4.1",
"eslint": "^9.5.0",
"fast-glob": "^3.3.2",
"prettier": "^3.3.2",
"rollup": "^4.18.0",
"tsup": "^8.1.0",
"tsdown": "^0.2.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vite": "^5.3.1",
Expand Down
Loading

0 comments on commit 8af0b7a

Please sign in to comment.