.babelrc

{
  "presets": [
    "react",
    "es2015"
  ],
  "plugins": [
    "react-hot-loader/babel"
  ]
}