mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"plugins": [
|
|
[
|
|
"transform-runtime",
|
|
{
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
}
|