mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-08-14 11:13:19 +08:00
chore: tsdown workspace
This commit is contained in:
@ -20,10 +20,6 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"watch": "tsdown --watch"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
|
||||
},
|
||||
|
@ -1,9 +0,0 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
format: ['cjs', 'esm'],
|
||||
dts: true,
|
||||
target: 'es2015',
|
||||
platform: 'neutral',
|
||||
});
|
@ -31,10 +31,6 @@
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"watch": "tsdown --watch"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
|
||||
},
|
||||
|
@ -1,9 +0,0 @@
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
format: ['cjs', 'esm'],
|
||||
dts: true,
|
||||
target: 'es2015',
|
||||
platform: 'neutral',
|
||||
});
|
Reference in New Issue
Block a user