mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 10:48:24 +08:00
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
{
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-remove-strict-mode"
|
|
],
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"loose": true,
|
|
"modules": false
|
|
}
|
|
]
|
|
]
|
|
} |