Skip to content

Instantly share code, notes, and snippets.

@HiroshiHara
Last active July 26, 2020 06:22
Show Gist options
  • Save HiroshiHara/ddbd4079df3058eede6c742dacc3a989 to your computer and use it in GitHub Desktop.
Save HiroshiHara/ddbd4079df3058eede6c742dacc3a989 to your computer and use it in GitHub Desktop.
.babelrc.json for React development.
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage"
}
],
"@babel/preset-react",
"@babel/preset-flow"
],
"plugins": [
"@babel/plugin-syntax-jsx",
"transform-flow-strip-types",
"transform-class-properties"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment