Created
May 6, 2018 00:01
-
-
Save sinan/6e7ac78a71b135ba05a22a81e2fcdb6a to your computer and use it in GitHub Desktop.
sublime text babel build system with npx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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