mahaplatform/backframe

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    "es2015",
    "stage-0"
  ],
  "plugins": [
    "transform-promise-to-bluebird",
    ["transform-runtime", { "polyfill": false }]
  ]
}