In IE doesn't work //@ sourceURL.
appLoader.loadScriptContent(doc, scriptData.data + "//@ sourceURL=" + scriptData.url );
In Another browsers it's OK. How can I change this code for working in IE ?
With the latest update that came with Windows 8.1, IE11 now supports source map: https://all-markup-news.com/whats-new-in-f12-with-windows-8-1-update/ Works in Win7 as well.