vuejs / babel-plugin-transform-vue-jsx

babel plugin for vue 2.0 jsx
1.85k stars 132 forks source link

Should babel-preset-vue be promoted instead? #136

Closed edmorley closed 8 months ago

edmorley commented 6 years ago

Hi

The usage docs for this repo say to install:

This seems to overlap with the plugins that are part of babel-preset-vue, which makes me wonder:

  1. what the reasons would be for using this over the superset package babel-preset-vue?
  2. whether the README here and also these Vue docs should actually promote babel-preset-vue instead?

Many thanks :-)