Disable source maps in Chrome DevTools
Is there a quick way to switch from the jsx code shown in Chrome DevTools to the raw ES5 and back again? Garbee Open Developer Tools, go to "Settings" for Developer Tools, then uncheck Enable JavaScript Sourcemaps under the "Sources" settings. You can double click line numbers to jump from source files to unminified output files. Other than that it seems limited. See the comment below. I found this to be useful during development. When using webpack-dev-server (or some other tooling) without minifying js, you can double click line numbers in the source files to jump to the compiled but