Skip to content

Instantly share code, notes, and snippets.

@josephdburdick
Forked from abhiaiyer91/.babelrc
Created August 29, 2016 01:02
Show Gist options
  • Save josephdburdick/46d387fc8a1f84414f3ab595a90c60a5 to your computer and use it in GitHub Desktop.
Save josephdburdick/46d387fc8a1f84414f3ab595a90c60a5 to your computer and use it in GitHub Desktop.
{
"presets": [
"stage-2",
"es2015"
],
"plugins": [
"transform-flow-strip-types",
"transform-object-assign",
"transform-class-properties",
"transform-runtime"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment