Skip to content

Instantly share code, notes, and snippets.

@whazzmaster
Created October 5, 2017 15:40
Show Gist options
  • Save whazzmaster/0b0e74c2cf2490c356656fdd54ff8187 to your computer and use it in GitHub Desktop.
Save whazzmaster/0b0e74c2cf2490c356656fdd54ff8187 to your computer and use it in GitHub Desktop.
ES6 Debugging: .babelrc
{
"presets": [
["env", {
"targets": {"node": "8.0"},
"useBuiltIns": true
}]
],
"plugins": [
"transform-object-rest-spread"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment