CodeBrowser / npm / metro-source-map
metro-source-map@0.87.0
// 🚇 Source map generator for Metro.
$ npm install metro-source-map
downloads/wk
12,838,763
license
MIT
version
0.87.0
published
Jul 13, 2026
What is metro-source-map?
Metro-source-map is a tool that generates source maps for the Metro bundler, which is used to bundle JavaScript code for React Native and web applications. Source maps create a mapping between minified or transformed code and the original source code, allowing developers to debug their applications by viewing original code in browser developer tools instead of the bundled version. You'd use this package if you're building with Metro and need to maintain debuggability across your bundled code.
Maintainers
fb, metro-bot