We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
babel-node-debug
Thanks.
The text was updated successfully, but these errors were encountered:
I use node-debug (from node-inspector) via babel-node:
node-debug
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:
dist
npm run build node-debug dist
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: