Finding your way through source maps
How to set up source maps to help debug production JavaScript
Developers can use source maps to map transpiled code back to their original source code. These five tips help developers get source maps working in JavaScript so they can spend less time debugging and more time writing software.