mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
chore: update @vue/babel-plugin-jsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ConfigAPI } from '@babel/core';
|
||||
|
||||
module.exports = function(api?: ConfigAPI) {
|
||||
module.exports = function (api?: ConfigAPI) {
|
||||
if (api) {
|
||||
api.cache.never();
|
||||
}
|
||||
@@ -37,7 +37,7 @@ module.exports = function(api?: ConfigAPI) {
|
||||
},
|
||||
'vant',
|
||||
],
|
||||
'@ant-design-vue/babel-plugin-jsx',
|
||||
'@vue/babel-plugin-jsx',
|
||||
'@babel/plugin-transform-object-assign',
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user