babel-node-debug
Version:
node-debug but with babel-node
24 lines (15 loc) • 522 B
Markdown
//github.com/node-inspector/node-inspector)'s [`node-debug`](https://github.com/node-inspector/node-inspector#start) command with [`babel-node`](https://babeljs.io/docs/usage/cli/#babel-node)!
Execute on any file to immediately run and inspect with Chrome Developer Tools.
```bash
npm install -g babel-node-debug
```
```bash
babel-node-debug path/to/file.js
bode-debug path/to/file.js
```
Use [`node-inspector`](https: