Y
Hacker News
new
|
ask
|
show
|
jobs
by
int0x2e
1723 days ago
Just making sure - you're using js source maps, right? The minifaction should be adding significant pain in your debugging process.
2 comments
robocat
1723 days ago
Source maps are used for anti-debugging:
https://www.perimeterx.com/tech-blog/2019/javascript-anti-de...
link
mikeyjk
1722 days ago
That blog is horrific on mobile
link
uryga
1723 days ago
IME, code on prod rarely ships with a sourcemap. and as far as i can tell, GP is talking about other people's minified code, not something where they control the build process
link