mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-09-14 02:13:19 +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"]
}