mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-06 20:49:46 +08:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
{
|
|
"presets": [["es2015", { "modules": false }]],
|
|
"plugins": ["transform-vue-jsx", "transform-runtime"],
|
|
"env": {
|
|
"utils": {
|
|
"presets": [["es2015", { "modules": "commonjs" }]]
|
|
}
|
|
}
|
|
}
|