babel-plugin-jsx/packages/babel-plugin-jsx
2020-05-27 12:53:25 +08:00
..
example refactor: support transformOn 2020-05-26 21:04:56 +08:00
src feat: compatible with Vue 2.x 2020-05-27 12:53:25 +08:00
test refactor: support transformOn 2020-05-26 21:04:56 +08:00
.babelrc refactor: support transformOn 2020-05-26 21:04:56 +08:00
.jest.js refactor: support transformOn 2020-05-26 21:04:56 +08:00
index.html refactor: support transformOn 2020-05-26 21:04:56 +08:00
package.json feat: compatible with Vue 2.x 2020-05-27 12:53:25 +08:00
README.md docs: update README 2020-05-27 00:12:34 +08:00
webpack.config.js refactor: support transformOn 2020-05-26 21:04:56 +08:00

@ant-design-vue/babel-plugin-jsx

To add Vue JSX support.

Installation

Install the plugin with:

npm install @ant-design-vue/babel-plugin-jsx

Then add the plugin to .babelrc:

{
  "plugins": ["@ant-design-vue/babel-plugin-jsx"]
}