Disable source maps in Chrome DevTools

Jack Allan picture Jack Allan · Jan 25, 2016 · Viewed 63.1k times · Source

Is there a quick way to switch from the jsx code shown in Chrome DevTools to the raw ES5 and back again?

Answer

Garbee picture Garbee · Jan 26, 2016

Open Developer Tools, go to "Settings" for Developer Tools, then uncheck Enable JavaScript Sourcemaps under the "Sources" settings.

Settings for Developer Tools

JS sourcemaps toggle