e-e-e/open-packaging-format

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "production": {
      "presets": ["stage-3"],
      "plugins": ["transform-class-properties"],
      "ignore": [],
    },
    "test": {
      "presets": ["stage-3"],
      "plugins": ["transform-es2015-modules-commonjs", "transform-class-properties"],
      "ignore": [],
    }
  }
}