Skip to content

Instantly share code, notes, and snippets.

@jakelacey2012
Created December 14, 2017 21:05
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 jakelacey2012/6c93bed373db1c792b547598bd078de3 to your computer and use it in GitHub Desktop.
Save jakelacey2012/6c93bed373db1c792b547598bd078de3 to your computer and use it in GitHub Desktop.
debugging-es6.js
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/index.js",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/babel-node",
"cwd": "${workspaceRoot}"
}
]
}
@jakelacey2012
Copy link
Author

will need to install babel-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment