mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-31 18:17:23 +01:00
19 lines
220 B
Plaintext
19 lines
220 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
}
|