Forked from
funkwhale / funkwhale
7597 commits behind the upstream repository.
-
Eliot Berriot authored76f98b74
.babelrc 234 B
{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
}