Reading minimized JS file with sourcemap inside the IDE
I have searched and couldn't find the answer.
Is there a human readable screen in WebStorm for me to read a minified JS file with sourcemap? It is mostly for libraries inside node_modules/. I have been trying to debug some webpack 4 build errors and it would have been very helpful to read the human readable source code directly in the IDE. The .map file is already there, I just want a toggle like *.MD files.
Thank you very much
请先登录再写评论。
When you open the
.map
file in the editor, you will see the 2 tabs in the bottom:The Visualizer tab should help to map the generated file to source.