mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["env", { "targets": { "node": "current" } }]
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"transform-object-assign",
|
|
"transform-object-rest-spread",
|
|
"transform-class-properties",
|
|
"transform-runtime"
|
|
]
|
|
}
|
|
}
|
|
}
|