Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any suggestion for debugging? #13

Open
ramesaliyev opened this issue Sep 12, 2016 · 1 comment
Open

Any suggestion for debugging? #13

ramesaliyev opened this issue Sep 12, 2016 · 1 comment
Labels

Comments

@ramesaliyev
Copy link

Hi, firstly thanks for boilerplate.

I have tried babel-node-debug with my own boilerplate but it didn't seem to work well to me. Have any suggestions?

Thanks.

@developit
Copy link
Owner

I use node-debug (from node-inspector) via babel-node:

npm i -g node-inspector
node-debug ./node_modules/.bin/babel-node src --presets es2015,stage-0

Might be better to debug the transpiled source in dist though:

npm run build
node-debug dist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants