Skip to content

Instantly share code, notes, and snippets.

@rijnhard
Created March 9, 2022 12:10
Show Gist options
  • Save rijnhard/21ddeea29a0208070988811d32015b26 to your computer and use it in GitHub Desktop.
Save rijnhard/21ddeea29a0208070988811d32015b26 to your computer and use it in GitHub Desktop.
IntelliJ run Scratch Buffer with babel-node
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