Skip to content

Instantly share code, notes, and snippets.

@jthoms1
Last active February 18, 2016 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthoms1/f78bdf176ef4a9144011 to your computer and use it in GitHub Desktop.
Save jthoms1/f78bdf176ef4a9144011 to your computer and use it in GitHub Desktop.
Babelrc for Node4
{
"plugins": [
"transform-es2015-destructuring",
"transform-es2015-function-name",
"transform-es2015-modules-commonjs",
"transform-es2015-parameters",
"transform-es2015-spread",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-function-bind"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment