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:

FF shows original sources

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)

Both files

  • (Chrome, Windows)

both files are shown

  • (Chrome Developers Video)

source and mapped files

  • (Chrome, Windows)

Both original and compiled versions appear


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

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -