react / wstein / node_modules / browserify / node_modules / insert-module-globals / node_modules / combine-source-map / README.md
80538 viewscombine-source-map 
Add source maps of multiple files, offset them and then combine them into one source map.
Installation
API
create()
Combiner.prototype.addFile(opts, offset)
Combiner.prototype.base64()
Combiner.prototype.comment()
removeComments(src)
Example
Read and run the more elaborate example in order to get a better idea how things work.