jargon

Frontend & browser·Modules, bundling and the build

the error points at line 4200 of a minified file, and the debugger shows you your original source anyway.

Source map

A mapping from positions in the built output back to positions in the original source, loaded by devtools and error trackers. Without it, every production stack trace is a column number in a one-line file. Publishing maps publicly exposes your source, so the usual arrangement is to upload them to the error tracker and not serve them from the site.

Commonly confused with