mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
19 lines
611 B
Plaintext
19 lines
611 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
|
|
"plugins": [
|
|
"@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"
|
|
]
|
|
}
|
|
}
|
|
}
|