Skip to content

Instantly share code, notes, and snippets.

@mrister
Created June 12, 2017 00:25
Show Gist options
  • Save mrister/21435ebebbd5453df0da1d689433626c to your computer and use it in GitHub Desktop.
Save mrister/21435ebebbd5453df0da1d689433626c to your computer and use it in GitHub Desktop.
Babel configuration file to support Node.js v4
{
"presets": [
[
"env",
{
"targets": {
"node": 4
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment