Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Created September 10, 2018 11:06
Show Gist options
  • Save joshuacrass/27019b6153b0de8ac488e1ffe08a243c to your computer and use it in GitHub Desktop.
Save joshuacrass/27019b6153b0de8ac488e1ffe08a243c to your computer and use it in GitHub Desktop.
webpack-starter babel config
{
"presets": ["@babel/preset-env", "@babel/react"],
"plugins": ["react-hot-loader/babel"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment