Home New Trending Search
About Privacy Terms
#
#sourcemaps
Posts tagged #sourcemaps on Bluesky
Preview
Source Maps: Shipping Features Through Standards Source maps are a vital part of modern web development, but a lack of standard has made it impossible for us to add new features or improve the debugging experience. This is the story of how we standardized source maps and how we continue to ship features through standards.

Source Maps: Shipping Features Through Standards, by @jonkuperman.com (@bloomberg.com):

bloomberg.github.io/js-blog/post/standardizi...

#sourcemaps #javascript

1 0 0 0
Preview
Setting up Next.js source maps - Readable stack traces Stop seeing random chunk names in your Next.js errors. Set up source maps in Sentry to get readable stack traces that point to your actual code.

From Random Chunks to Real Code—Wiring Up Next.js Source Maps in Sentry, by @getsentry@fosstodon.org:

blog.sentry.io/setting-up-next-js-sourc...

#nextjs #sourcemaps

1 0 0 0
Preview
5 Source Map Best Practices for Frontend Production Deployments · Frontend Dogma

5 Source Map Best Practices for Frontend Production Deployments, by @eleanorhecks.bsky.social (@designerly.bsky.social):

frontenddogma.com/posts/2026/5-source-map-...

#guestposts #sourcemaps #javascript #bestpractices

2 1 0 0
Preview
The Inner Workings of JavaScript Source Maps A deep dive into how JavaScript source maps work under the hood, with examples showing how all the pieces fit together.

The Inner Workings of JavaScript Source Maps, by @manojvivek.bsky.social (@polarsignals.com):

www.polarsignals.com/blog/posts/2025/11/04/ja...

#javascript #typescript #sourcemaps

3 0 0 0
Preview
The Inner Workings of JavaScript Source Maps A deep dive into how JavaScript source maps work under the hood, with examples showing how all the pieces fit together.

#Development #Explainers
The inner workings of source maps · JavaScript source maps explained with examples ilo.im/1686ki by Manoj Vivek

_____
#Programming #Coding #Debugging #SourceMaps #JavaScript #DevTools #Browser #WebDev #Frontend #Backend

4 0 0 0
Post image

/2 If you weren't there, you're in luck, because that's what I covered in today's newsletter!

👉 The key to debugging is #sourcemaps!

0 0 1 0
Post image Post image Post image Post image

In this written and documented piece by Arjanit Isufi, you’ll explore a real-world case where Webpack #Sourcemaps exposed an undocumented endpoint, leading to unauthorized password changes and account takeovers. ♞

Read the full piece here: 🔗 bit.ly/43JqoWx

1 0 0 0
Video thumbnail

Optimize Your Production Code with Source Maps

Learn a more flexible approach to manage source maps! #TypeScript #Production #SourceMaps #CodeManagement

0 0 0 0
Video thumbnail

Why Source Maps are Essential for Production?

Understand the importance of source maps in production and learn a flexible approach to manage them. #TypeScript #Production #SourceMaps #CodeManagement

0 0 0 0
Video thumbnail

Enable Source Maps in Typescript in Just a Few Steps

Learn how to enable source maps in TypeScript. Save time and debug efficiently! #TypeScript #SourceMaps #CodingHacks #DebuggingTips

1 0 0 0
Video thumbnail

How Source Maps Bridge the Gap in TypeScript

Discover how source maps bridge the gap between compiled JavaScript and TypeScript, making debugging a breeze. #TypeScript #JavaScript #SourceMaps #DevTips

2 0 0 0
Video thumbnail

Why Debugging TypeScript can be a Nightmare?

Learn how to enable source maps and make your debugging process smoother. #TypeScript #Debugging #SourceMaps #CodingTips

1 0 0 0

There's now 0 globals or implicit imports and you get a 1:1 sourcemap of the code as authored (added inline via a flag)

Browser errors will show in authored code, not the transformed/uglified version. #sourcemaps are only added in dev

The 11kb transfer size from above is the total "framework" tax

1 0 1 0