Skip to content

Commit d411ef3

Browse files
committed
chore: tsdown workspace
1 parent ef38316 commit d411ef3

File tree

6 files changed

+12
-28
lines changed

6 files changed

+12
-28
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
9-
"build": "pnpm run -F babel-plugin-jsx... build",
9+
"build": "tsdown",
1010
"test": "vitest",
1111
"lint": "eslint --cache .",
1212
"format": "prettier --write .",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-import-x": "^4.16.1",
3636
"jsdom": "^26.1.0",
3737
"prettier": "3.6.2",
38-
"tsdown": "^0.13.3",
38+
"tsdown": "^0.14.0",
3939
"tslib": "^2.8.1",
4040
"typescript": "~5.9.2",
4141
"typescript-eslint": "^8.39.0",

packages/babel-plugin-jsx/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"type": "git",
2121
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
2222
},
23-
"scripts": {
24-
"build": "tsdown",
25-
"watch": "tsdown --watch"
26-
},
2723
"bugs": {
2824
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
2925
},

packages/babel-plugin-resolve-type/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
"./package.json": "./package.json"
3232
}
3333
},
34-
"scripts": {
35-
"build": "tsdown",
36-
"watch": "tsdown --watch"
37-
},
3834
"bugs": {
3935
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
4036
},

packages/babel-plugin-resolve-type/tsdown.config.mts

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

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-jsx/tsdown.config.mts renamed to tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'tsdown';
22

33
export default defineConfig({
4+
workspace: ['./packages/babel-plugin-jsx', './packages/babel-plugin-resolve-type'],
45
entry: ['src/index.ts'],
56
format: ['cjs', 'esm'],
67
dts: true,

0 commit comments

Comments
 (0)