mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-28 23:09:14 +08:00
14 lines
160 B
Plaintext
14 lines
160 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"es2015",
|
|
{
|
|
"modules": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"transform-vue-jsx"
|
|
]
|
|
} |