Source Maps: Under the Hood

Full Featured (30 min.)
[Frontend]

We're all using TypeScript/Babel etc, transforming our code to another code, minifying it, shipping this unreadable thing to production and using the magical powers of Source Maps so we could actually debug it and understand how it connects to what we initially wrote. But did you ever wonder how Source Maps actually work? Join me to find out!