mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
15 lines
291 B
Text
15 lines
291 B
Text
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"exclude": [
|
|
"transform-regenerator"
|
|
]
|
|
}],
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-object-assign",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"module:fast-async",
|
|
"module:babel-plugin-macros",
|
|
]
|
|
}
|