Created
March 9, 2022 12:10
-
-
Save rijnhard/21ddeea29a0208070988811d32015b26 to your computer and use it in GitHub Desktop.
IntelliJ run Scratch Buffer with babel-node
This file contains hidden or 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
Node Interpreter: /{project_root}/node_modules/.bin/babel-node | |
Node Parameters: --config-file "/{project_root}/.babelrc" --ignore "/{project_root}/node_modules" | |
Working Directory: /{project_root} | |
Environment Variables: NODE_PATH="/{project_root}/node_modules" | |
JavaScript File: {path to any file no matter location} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment