• Rooster326@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      18 小时前

      It’s sensational news.

      It gets the bottom 50% thinking Apple fucked up, and they can now ask ChatGPT to just copy the App Store because that’s all that is holding them back from being a temporarily embarrassed millionaire: Source Maps…

    • panda_abyss@lemmy.ca
      link
      fedilink
      arrow-up
      49
      ·
      2 天前

      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.

      • dreamkeeper@literature.cafe
        link
        fedilink
        arrow-up
        2
        ·
        1 天前

        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.