12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
|
{
|
||
|
"presets": ["@babel/preset-env"],
|
||
|
"sourceMaps": "inline",
|
||
|
"retainLines": true,
|
||
|
"plugins": [
|
||
|
["@babel/plugin-transform-runtime",
|
||
|
{
|
||
|
"regenerator": true
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|