feat!: require node 20.19, drop cjs build

This commit is contained in:
Kevin Deng
2025-10-07 00:32:25 +08:00
parent 9c44facdc9
commit 183a90d8fb
9 changed files with 73 additions and 42 deletions

View File

@@ -1,14 +1,17 @@
{
"name": "@vue/babel-helper-vue-transform-on",
"version": "1.5.0",
"type": "commonjs",
"type": "module",
"description": "to help transform on",
"author": "Amour1688 <lcz_1996@foxmail.com>",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": "./index.mjs",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git",
"directory": "packages/babel-helper-vue-transform-on"
}
}