mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-10 23:19:15 +08:00
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"es2015",
|
|
{ "modules": false }
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"external-helpers"
|
|
]
|
|
} |