mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"transform-object-rest-spread",
|
|
"syntax-dynamic-import",
|
|
"transform-decorators-legacy"
|
|
]
|
|
}
|