mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-13 11:09:15 +08:00
.. | ||
example | ||
src | ||
test | ||
.babelrc | ||
.jest.js | ||
index.html | ||
package.json | ||
README.md | ||
webpack.config.js |
@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"]
}