mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 11:47:51 +08:00
c25a9b0b21
This reverts commit 1baa1f4279
.
27 lines
670 B
Plaintext
27 lines
670 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"loose": true,
|
|
"debug": false,
|
|
"useBuiltIns": true,
|
|
"targets": {
|
|
"browsers": [ "ie > 8", "last 2 version", "safari >= 9" ]
|
|
},
|
|
"production": {
|
|
"plugins": ["transform-remove-console"]
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
[ "transform-runtime", {
|
|
"helpers": false,
|
|
"polyfill": false,
|
|
"regenerator": true } ],
|
|
[ "transform-class-properties", { "spec": true } ],
|
|
[ "transform-object-rest-spread", { "useBuiltIns": true } ],
|
|
[ "transform-vue-jsx" ],
|
|
[ "syntax-dynamic-import" ]
|
|
],
|
|
"comments": false
|
|
}
|
|
|