Source map is not visible at Chrome network tab

老子叫甜甜 提交于 2019-11-27 15:54:18

问题


Before Google Chrome update I saw source map files at Chrome Devtools on Network tab. Now, after update to version 43.0.2357.134 m I don't see them.

Maybe my code is wrong? Or it's done intentionally to hide those source maps?


回答1:


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

chrome://net-internals/#events




回答2:


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.



来源:https://stackoverflow.com/questions/31524221/source-map-is-not-visible-at-chrome-network-tab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!