2018-05-13 23:11:51 +08:00
|
|
|
{
|
2019-09-28 19:20:26 +08:00
|
|
|
"env": {
|
|
|
|
"test": {
|
2020-06-11 15:58:41 +08:00
|
|
|
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
|
2019-09-28 19:20:26 +08:00
|
|
|
"plugins": [
|
2020-06-11 15:58:41 +08:00
|
|
|
"@ant-design-vue/babel-plugin-jsx",
|
|
|
|
"babel-plugin-inline-import-data-uri",
|
|
|
|
"@babel/plugin-transform-member-expression-literals",
|
|
|
|
"@babel/plugin-transform-property-literals",
|
|
|
|
"@babel/plugin-proposal-export-default-from",
|
|
|
|
"@babel/plugin-transform-object-assign",
|
|
|
|
"@babel/plugin-transform-template-literals",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
|
|
"@babel/plugin-proposal-class-properties"
|
2019-09-28 19:20:26 +08:00
|
|
|
]
|
2018-05-13 23:11:51 +08:00
|
|
|
}
|
2019-09-28 19:20:26 +08:00
|
|
|
}
|
2018-05-14 10:56:24 +08:00
|
|
|
}
|