babel-plugin-transform-vue-jsx
babel-plugin-transform-vue-jsx copied to clipboard
Should babel-preset-vue be promoted instead?
Hi
The usage docs for this repo say to install:
- babel-plugin-syntax-jsx
- babel-plugin-transform-vue-jsx
- babel-helper-vue-jsx-merge-props
- babel-preset-env
This seems to overlap with the plugins that are part of babel-preset-vue, which makes me wonder:
- what the reasons would be for using this over the superset package babel-preset-vue?
- whether the README here and also these Vue docs should actually promote babel-preset-vue instead?
Many thanks :-)