mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 4 days agoApple forgot to disable production source maps on the App Store web appfiles.catbox.moeexternal-linkmessage-square65fedilinkarrow-up1665arrow-down19
arrow-up1656arrow-down1external-linkApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 4 days agomessage-square65fedilink
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up50·3 days agoIt’s how the web worked before minifiers, so kinda but not really. You just have comments and original variable/function names. I’m sure someone will argue this helps scrapers or hackers, but really it’s not that big of a deal.
minus-squareAxolotl_cpp@feddit.itlinkfedilinkarrow-up9·edit-23 days agoIt help users that make websites styles! Eg. I have a discord style for fixing their bullshit
minus-squaredreamkeeper@literature.cafelinkfedilinkarrow-up2·3 days agoAnyone capable of doing damage already knows how to format and read minified code anyway. I do it in prod all the time when I want to test something with an override, which causes the source map to become invalid.
It’s how the web worked before minifiers, so kinda but not really.
You just have comments and original variable/function names.
I’m sure someone will argue this helps scrapers or hackers, but really it’s not that big of a deal.
It help users that make websites styles!
Eg. I have a discord style for fixing their bullshit
Anyone capable of doing damage already knows how to format and read minified code anyway. I do it in prod all the time when I want to test something with an override, which causes the source map to become invalid.