Chrome's source-map works, but why can't you see the loading of the .map file in the network panel?

as mentioned in the question, did chrome hide the loading of the .map file in some version? How can I see the loading process of the map file, and when will the map file be loaded?

Jul.11,2021

is only used to map the uncompressed exact location of js in the event of an error


check the endpoint under the source column of chrome's devtools to see whether there is a break point that has not been cancelled before. Source-map may not map the exact location of es6 syntax


I can see whether it is embedded source-map?.


.map files cannot be seen in the Network panel, and you don't need to see them.


image.png
image.png
image.png

Why is only the css source file loaded in the browser, but not the js source file?

Menu