mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
15 lines
302 B
Plaintext
15 lines
302 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"
|
|
]
|
|
}
|
|
}
|
|
}
|