Can't get vs-code to debug it..
mattmackay76 opened this issue · 0 comments
mattmackay76 commented
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?