For example, if you use webpack, add plug-in compression code and merge code, the packaged result is an app.js
When we use packaging software such as webpack to compress and merge js and publish it to the production environment, how should we debug the code in the production environment?
1.代码会被扰乱,所以没办法直接调试,即使用代理把文件映射到本地
If we use the local dev debugging mode, it is not easy to simulate the real environment
So I would like to ask if you have any good debugging methods, thank you.
map file debugging