Skip to content

Instantly share code, notes, and snippets.

@frikky
Created March 18, 2020 04:36
Show Gist options
  • Save frikky/7d0b5b48b832b3f54a4da32c255e5813 to your computer and use it in GitHub Desktop.
Save frikky/7d0b5b48b832b3f54a4da32c255e5813 to your computer and use it in GitHub Desktop.
Babel configuration for react
{
"presets":[
"@babel/preset-react",
"@babel/preset-env",
"@babel/preset-flow"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment