HHogg/remarkable-react

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "plugins": [
    "transform-object-rest-spread"
  ],
  "presets": [
    ["env", {
      "modules": false
    }]
  ],
  "env": {
    "production": {
      "plugins": ["external-helpers"]
    },
    "test": {
      "plugins": ["transform-es2015-modules-commonjs"]
    }
  }
}