I think you can use a beautifier like this for that https://beautifier.io/ or https://www.unminify2.com/
Nov 25, 2019
5
Level 9
React - "merge" chunk.js and chunk.js.map
Hi, I have to add a simple feature to React App, but all I have is access to server files that are minified. There are files called chunk.js and chunk.js.map. I see that in the debugger browsers somehow "merge" these files and make reading them easy. However, if I open the chunk.js file in my code editor, it is hard to read it even if I add indentation. Variables' names are "minified" too and that makes it hard to read. Is there a possibility to manually "merge" chunk.js and chunk.js.map files so that variables' names become "normal" and easy to read?
Level 102
2 likes
Please or to participate in this conversation.