node-source-map-resolve

Node module to resolve source map and/or sources for a generated file
  https://github.com/lydell/source-map-resolve#readme
  0
  no reviews



Source-map-resolve resolves the source map for a given generated file by looking for a sourceMappingURL comment. The spec defines yet a way to provide the URL to the source map: by sending the `SourceMap: ` header along with the generated file.