CVarisco/create-component-app

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    [
      "env",
      {
        "targets": {
          "node": 6
        }
      }
    ],
    "stage-2"
  ],
  "sourceMaps": "inline"
}