antv-l7/.babelrc

9 lines
102 B
Plaintext
Raw Normal View History

2018-10-23 19:32:42 +08:00
{
"plugins": [
"transform-remove-strict-mode"
],
"presets": [
"@babel/preset-env"
2018-10-23 19:32:42 +08:00
]
}