Skip to content

Instantly share code, notes, and snippets.

@themgoncalves
Last active November 7, 2018 15:22
Show Gist options
  • Save themgoncalves/7fb34b3994147c458f718d629799e2fc to your computer and use it in GitHub Desktop.
Save themgoncalves/7fb34b3994147c458f718d629799e2fc to your computer and use it in GitHub Desktop.
Babel server configuration
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"dynamic-import-node",
"react-loadable/babel"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment