CodeBrowser / npm / merge-source-map
merge-source-map@1.1.0
// Merge old source map and new source map in multi-transform flow
$ npm install merge-source-map
downloads/wk
3,390,518
license
MIT
version
1.1.0
published
Dec 25, 2017
What is merge-source-map?
merge-source-map is a utility that combines multiple source maps generated during sequential code transformations, allowing you to trace errors back to the original source code rather than intermediate transformed versions. You would use this when your build process applies multiple transformations (like transpiling, minifying, or bundling) and you need a single source map that maps final output directly to original sources.
Keywords
#sourcemap #source-map
Dependencies (1)
Maintainers
keik