Before I always debug an reactjs application in vscode directly in the jsx component file. Now I can't do it because when I try to debug vscode tries to debug a file called main.chunk.js. I'm using chrome too.
Vs Code Debugging a main.chunk.js
I would like to return debugging directly in component jsx file. Do you have a suggestions of how to do it ?