mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-15 07:04:41 +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"]
}