axios-miniprogram/__tests__/.babelrc

16 lines
251 B
Plaintext
Raw Normal View History

2020-07-27 11:40:32 +08:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": [
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-transform-modules-commonjs"
]
}