react-firebase-starter icon indicating copy to clipboard operation
react-firebase-starter copied to clipboard

Anybody has tips on using VCCode Chrome Debugging config?

Open x4080 opened this issue 9 years ago • 1 comments

Cannot set breakpoint because of sourcemap?

Thanks

x4080 avatar Dec 06 '16 00:12 x4080

Use inline-source-map in webpack.config.js: devtool: isDebug ? 'inline-source-map' : false,

launch.json: "webRoot": "${workspaceRoot}/src"

https://github.com/kriasoft/react-static-boilerplate/issues/225#issuecomment-301387679

alexicum avatar May 15 '17 06:05 alexicum