#SourceMaps
@discord.com welcome to bluesky give me sourcemaps
January 15, 2025 at 4:00 PM
*flirting with an opensource lover* yea i left sourcemaps enabled on a major saas providers app
blooym.dev Lyna @blooym.dev · Dec 8
they call me the shipper of sourcemaps
December 8, 2025 at 4:17 AM
they call me the shipper of sourcemaps
December 8, 2025 at 4:15 AM
Day 18 — we've upgraded the playground so you can better understand how the compiler transforms your code. We plan to use this tool ourselves to improve the sourcemaps that Svelte generates

🎁 svelte.dev/playground
December 18, 2024 at 2:22 PM
Effective immediately, we are making the vite-plus repository private.
The source will be distributed exclusively through our production sourcemaps.

We believe this is the only logical path forward given the recent events.

This does not change our stance on Open Source!
April 1, 2026 at 11:57 AM
i built a thing 👀

i noticed a huge amount of packages have broken sourcemaps, and some of the existing linters/checkers didn't work quite the way i wanted.

so here's `maplint`! it can lint your local sourcemaps or those of an npm package
GitHub - 43081j/maplint: A tiny linter to validate sourcemap files.
A tiny linter to validate sourcemap files. Contribute to 43081j/maplint development by creating an account on GitHub.
github.com
July 28, 2026 at 9:11 PM
"Astro's server source code is exposed to the public if sourcemaps are enabled"
CVE-2024-56159 - GitHub Advisory Database
Astro's server source code is exposed to the public if sourcemaps are enabled
github.com
December 20, 2024 at 10:43 PM
can we add DRM to sourcemaps *runs away*
March 19, 2026 at 10:05 PM
~17mb of babel/standalone is sourcemaps
February 6, 2025 at 11:14 AM
i luv sourcemaps
December 8, 2025 at 4:19 AM
If accidental publishing of your sourcemaps would be embarrassing or would expose your IP, you should probably have a test for that!
March 31, 2026 at 6:17 PM
have you tried slunt. you can download it with blorf. it's trending on cramhub. it's compiled with sheert. we use flunderbum for sourcemaps
April 3, 2025 at 1:29 AM
I'm shipping sourcemaps x Reverse engineer yuri
December 8, 2025 at 4:39 AM
sourcemaps exist though
September 1, 2025 at 2:58 AM
Just tried out sonda.dev , a new bundle analyzer from @filipsobol.bsky.social . Very impressed! Simple to set up, fast results, and particularly handy view of size from original lib sources (assuming lib sourcemaps) with the `detailed` option.
Sonda
Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, Rspack, and esbuild
sonda.dev
December 31, 2024 at 8:56 PM
good timeline.

this is magic-string, 140M dls/week.

a week ago i asked if it could go ESM only - @sxzz.dev dropped a PR <1 day later 🎉

later, I removed sourcemaps and did 2 big CPU perf speed ups 🚀

love seeing a high impact package like this shrink and speed up
July 23, 2026 at 10:12 AM
anyone familiar with handling sourcemaps? not like generating them but actually consuming them and using them to map output lines to input lines through an API? 🙏
December 27, 2024 at 7:04 PM
forced to switch to Chrome for dev work at work due to Firefox not handling sourcemaps correctly while debugging or throwing errors... im kms

chrome hiding the protocol + "www." from URLs is infuriating lol. needing to install an extension for middle click autoscroll is insane too
November 20, 2024 at 9:48 PM
Apple forgot to turn off sourcemaps when shipping their new App Store website lol github.com/rxliuli/apps...
github.com
November 4, 2025 at 8:14 AM
Charly Gomez is now discussing stacktraces, sourcemaps and debugging workflows at #JNation.

#Frontend #Observability #Coimbra
May 26, 2026 at 5:39 PM
Some libraries publish sourcemaps with "sources" pointing back to the original but unpublished src files, making it harder to trace errors as the files aren't there to be inspected.

I wrote a script to identify those!

> npx renoma --filter-rules "renoma/no-missing-sourcemap-sources"
August 28, 2025 at 3:21 PM
Pro tip, from me the web expert:

Don't ship inline sourcemaps on your website in prod.
April 21, 2026 at 4:39 PM
My PR didnt get taken but I showed them how to reduce the 4.x size by dropping sourcemaps for the cdn files
June 3, 2026 at 2:48 AM
html minification yes, js minification i think is not worth sacrificing especially when you can ship sourcemaps
August 4, 2025 at 7:55 AM