vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
545 B
18 lines
545 B
4 years ago
|
module.exports = {
|
||
|
env: {
|
||
|
test: {
|
||
|
presets: [['@babel/preset-env', { targets: { node: true } }]],
|
||
|
plugins: [
|
||
|
['@ant-design-vue/babel-plugin-jsx'],
|
||
|
'@babel/plugin-proposal-optional-chaining',
|
||
|
'@babel/plugin-transform-object-assign',
|
||
|
'@babel/plugin-proposal-object-rest-spread',
|
||
|
'@babel/plugin-proposal-export-default-from',
|
||
|
'@babel/plugin-proposal-class-properties',
|
||
|
'@babel/plugin-syntax-dynamic-import',
|
||
|
'@babel/plugin-transform-runtime',
|
||
|
],
|
||
|
},
|
||
|
},
|
||
|
};
|