{
  "presets": [
    ["env", {
      "targets": {
          "node": "current"
        }
    }],
    "react",
    "babel-polyfill"
  ]
}