Fitbit/stats-writer-webpack-plugin

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    ["env", {
      "targets": {
        "node": true
      }
    }]
  ],
  "plugins": [
    "transform-runtime"
  ],
  "ignore": [
    "node_modules/",
    "**/wallaby/wallaby/**"
  ]
}