mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"module:babel-plugin-macros",
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
]
|
|
}
|