Top "Source-maps" questions

A source map allows a JavaScript debugger to map line and symbol information from a transformed (eg.

Performance impact of using css / javascript source-maps in production?

Should source-maps be used in production environment? Do they provide any benefits other than debugging? Do they impact app load …

javascript css httprequest production-environment source-maps
Source mapping in IE. //@ sourceURL

In IE doesn't work //@ sourceURL. appLoader.loadScriptContent(doc, scriptData.data + "//@ sourceURL=" + scriptData.url ); In Another browsers it's OK. How can …

javascript internet-explorer debugging source-maps