mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"transform-object-rest-spread",
|
|
"syntax-dynamic-import"
|
|
]
|
|
}
|