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

Can't get vs-code to debug it.. #30

Open
mattmackay76 opened this issue Aug 10, 2018 · 0 comments
Open

Can't get vs-code to debug it.. #30

mattmackay76 opened this issue Aug 10, 2018 · 0 comments

Comments

@mattmackay76
Copy link

When using the npm create-react-app the launch.json shows:
"scripts": {
"start": "react-scripts start",
....

This project uses webpack and has:
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},

and I tried adding --inspect to node but nope..

Anybody else have any luck with this?

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

No branches or pull requests

1 participant