attestation_covid/.babelrc

11 lines
142 B
Plaintext
Raw Permalink Normal View History

2020-10-30 10:12:32 +01:00
{
"presets": [
"@babel/preset-env"
],
"plugins": [
["@babel/plugin-transform-runtime", {
"regenerator": true
}]
]
}