16 lines
238 B
Plaintext
16 lines
238 B
Plaintext
|
{
|
||
|
"presets": ["@babel/preset-env"],
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-transform-runtime",
|
||
|
{
|
||
|
"corejs": false,
|
||
|
"helpers": true,
|
||
|
"regenerator": true,
|
||
|
"useESModules": false
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
|