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