vant-weapp/.babelrc
2018-08-09 17:23:50 +08:00

14 lines
192 B
Plaintext

{
"presets": [
"stage-0",
[
"env",
{
"loose": true,
"exclude": ["transform-es2015-typeof-symbol"]
}
]
],
"plugins": ["transform-runtime"]
}