{
"presets": [
"@babel/preset-react",
"@babel/preset-env"
],
"plugins": [
"react-hot-loader/babel"
]
}