Fitbit/webpack-cluster

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "test": {
      "plugins": [
        "istanbul"
      ]
    }
  },
  "presets": [
    "env"
  ],
  "plugins": [
    ["babel-plugin-transform-builtin-extend", {
      "globals": [
        "Error",
        "Promise"
      ]
    }],
    "transform-runtime"
  ],
  "only": [
    "src/",
    "test/",
    "jasmine.js"
  ]
}