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 maps making it easier to trace the compressed files and debug any errors. If you are using Google Chrome, you can easily see the available source maps.
Sort: