Skip to content

Instantly share code, notes, and snippets.

@sbstn-jmnz
Created September 12, 2017 01:51
Show Gist options
  • Save sbstn-jmnz/3acec5c1991c6e5013ea60acd5d23ef0 to your computer and use it in GitHub Desktop.
Save sbstn-jmnz/3acec5c1991c6e5013ea60acd5d23ef0 to your computer and use it in GitHub Desktop.
Babel config file
{
"presets": [
"es2015",
"stage-3"
],
"plugins": [
"transform-class-properties",
"transform-regenerator"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment