mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
33 lines
563 B
Plaintext
33 lines
563 B
Plaintext
{
|
|
"presets": [
|
|
"stage-0",
|
|
[
|
|
"env",
|
|
{
|
|
"modules": false,
|
|
"loose": true,
|
|
"exclude": ["transform-es2015-typeof-symbol"]
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["transform-runtime"],
|
|
"env": {
|
|
"commonjs": {
|
|
"presets": [
|
|
"stage-0",
|
|
[
|
|
"env",
|
|
{
|
|
"modules": "commonjs",
|
|
"loose": true,
|
|
"exclude": ["transform-es2015-typeof-symbol"]
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"test": {
|
|
"presets": [["env", { "targets": { "node": 8 } }]]
|
|
}
|
|
}
|
|
}
|