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? 回答1: Open Developer Tools, go to "Settings" for Developer Tools, then uncheck Enable JavaScript Sourcemaps under the "Sources" settings. 回答2: 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)