Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable source map in IE

I have problem with jquery-1.10.2.min.map -- it is downloading about 19-20sec: http://c2n.me/3zJUwuV

Only IE is trying to load this file, and i cant find how to disable it.

I've tried to delete .map-file from its folder, and I of course get 404, but it spends the same 19-20sec.

There are many ways in internet how to disable source map in chrome, firefox, etc., but no one about IE. Is it possible? And how?)

Thank you.

like image 584
Zagrei Avatar asked Jun 30 '16 12:06

Zagrei


1 Answers

You can disable source maps in the IE 11 Developer Tools Debugger using the keyboard shortcut Ctrl+Shift+M or by clicking the icon with the tooltip "Load the sources mapped to this generated file". The icon is located to the right in the tab strip for the Debugger.

like image 179
Peter Karlsson Avatar answered Oct 22 '22 15:10

Peter Karlsson