Is there a way to go to the source JS file from the source maps?
I paused my application at a breakpoint; Chrome shows me the source map file, which is the "source mapped to index.js". At this point, I want to go to this index.js file, but I cannot find a way to do this.
Serce source share