Skip to content

Instantly share code, notes, and snippets.

@sinan
Created May 6, 2018 00:01
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 sinan/6e7ac78a71b135ba05a22a81e2fcdb6a to your computer and use it in GitHub Desktop.
Save sinan/6e7ac78a71b135ba05a22a81e2fcdb6a to your computer and use it in GitHub Desktop.
sublime text babel build system with npx
{
"shell_cmd": "npx babel-node \"$file\"",
"selector": "source.js",
"path": "/usr/local/bin:$PATH",
"quiet": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment