mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
21 lines
433 B
Text
21 lines
433 B
Text
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"exclude": [
|
|
"transform-regenerator"
|
|
]
|
|
}],
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-object-assign",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
["module:fast-async", {
|
|
"compiler": {
|
|
"generators": false,
|
|
"runtimePatter": ".js"
|
|
}
|
|
}],
|
|
"module:babel-plugin-macros",
|
|
]
|
|
}
|