Skip to content

Instantly share code, notes, and snippets.

@IniZio
Created March 1, 2017 08:39
Show Gist options
  • Save IniZio/bcaf34fb1be0c27889ed0275b50b40fa to your computer and use it in GitHub Desktop.
Save IniZio/bcaf34fb1be0c27889ed0275b50b40fa to your computer and use it in GitHub Desktop.
.babelrc
{
"sourceMaps": true,
"presets": ["es2015"],
"plugins": [
"transform-class-properties",
"transform-react-jsx"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment