🏠 New in Low Baseline Support: Sourcemap header

January 15, 2020

caniuse · mdn · spec

The Sourcemap HTTP response header links generated code to a source map, so the browser shows the original source in a debugger. This makes it easier to work with minified or transpiled code.

Source features