Source map is not visible at Chrome network tab Source map is not visible at Chrome network tab google-chrome google-chrome

Source map is not visible at Chrome network tab


There is a way to get this information by searching for "map" in

chrome://net-internals/#events

chrome://net-internals/#events


This was a side-effect of fixing bug 362913 which was a feature request being tracked in issue 465032.

If you have a need for seeing the map files then please file a new issue for it and explain the use-case for why you need it.


If the source map worked, in dev tools:

  1. The name of the source map file is at the end of your minified source file:enter image description here
  2. When you open a source file ([Cmd + O] or [Cmd + P]) by definition that means that it could be mapped, and you can see from which file at the bottom of the source editor:enter image description here