mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
18 lines
562 B
Plaintext
18 lines
562 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [["@babel/preset-env", { "targets": { "node": true } }]],
|
|
"plugins": [
|
|
["@ant-design-vue/babel-plugin-jsx", { "usePatchFlag": false }],
|
|
"@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"
|
|
]
|
|
}
|
|
}
|
|
}
|