How not to show transpiled files in Chrome Developer Tools when Ctrl + O -
Both original & amp; The transfiled file is displayed while opening the file. I would like to show only the original files (Firefox Dev Tools do this) is possible?
Firefox 23+ has the option of showing the original source instead of a transparent script:
Unfortunately, it seems that you have it in Chrome Can not enjoy it. You can enable script mapping, or not, but you will always see successful files included in the source HTML file.
All of these tutorials and references agree:
- (Chrome, Windows)
- (Chrome, OSX)
- (Chrome, Windows)
- (Chrome Developers Video)
- (Chrome, Windows)
It seems that the real In one wants to hide mutual javascript files in DevTools, Firefox is now the way to go (as in Chrome Canary 49).
Comments
Post a Comment