mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
16 lines
182 B
Plaintext
16 lines
182 B
Plaintext
|
|
{
|
|
"plugins": [
|
|
"transform-remove-strict-mode"
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"loose": true,
|
|
"modules": false
|
|
}
|
|
]
|
|
]
|
|
}
|