Source maps offer a way to map code within a compressed JavaScript file back to the original position in a source file. These are a useful, quick, and straightforward way to figure out how to debug a browser as well as easily read compiled scripts. The developer tools for both Chrome and Firefox have built in support for source
Sort: