Source map request causes 404 error

你离开我真会死。 提交于 2019-12-24 04:25:12

问题


After updating to Chrome 29 I have noticed that the browser try to get jquery.min.map from app root. But request before it was received from assets (small reputation don't let me post screen image for proofing).

Of course, I can switch off source maps in browser settings as at this question, but maybe there's another true way? And the difference in my case is that the source map was received from assets.


回答1:


Source maps are only loaded by Chrome when the developer tools are opened, so it shouldn't be an issue for your users.



来源:https://stackoverflow.com/questions/18415923/source-map-request-causes-404-error

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