1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 18:17:23 +01:00
Files
dozzle/.babelrc
Amir Raminfar f045f8bc95 Updates babel
2018-11-01 09:49:42 -07:00

19 lines
220 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
}