Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7597 commits behind the upstream repository.
.babelrc 234 B
{
  "presets": [
    ["env", { "modules": false }],
    "stage-2"
  ],
  "plugins": ["transform-runtime"],
  "comments": false,
  "env": {
    "test": {
      "presets": ["env", "stage-2"],
      "plugins": [ "istanbul" ]
    }
  }
}