dopry/netlify-cms

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [["es2015", { "modules": false }], "stage-1", "react"],
  "plugins": [
    "react-hot-loader/babel",
    "lodash",
    ["babel-plugin-transform-builtin-extend", {
      "globals": ["Error"]
    }],
  ],
  "env": {
    "test": {
      "plugins": ["transform-es2015-modules-commonjs"]
    }
  }
}