babel-preset-vca-jsx
Version:
Support for automatic import of createElement as h and setup functional component syntax and setup template refs
33 lines (32 loc) • 845 B
JSON
{
"name": "babel-preset-vca-jsx",
"version": "0.3.6",
"description": "Support for automatic import of createElement as h and setup functional component syntax and setup template refs",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/luwanquan/babel-preset-vca-jsx.git"
},
"keywords": [
"vue",
"@vue/composition-api",
"jsx",
"babel-preset",
"auto-import",
"createElement",
"h",
"template refs"
],
"author": "luwanquan",
"license": "ISC",
"bugs": {
"url": "https://github.com/luwanquan/babel-preset-vca-jsx/issues"
},
"homepage": "https://github.com/luwanquan/babel-preset-vca-jsx#readme",
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.2.0"
}
}