Naked / JS source map

JS source map

The console ships a minified bundle. A build tool left a pointer at the bottom of that bundle that expands it back into the original, readable source — comments and all.

Hint (nudge only): Read the very last line of the served app.js. Minified bundles often end with a comment pointing at the file that reconstructs the original source.