This lets you open any generated file that contains a source map (JS, CSS, or HTML, or others) and view the source files they were built from (if they contain a sourceMappingURL
comment)
It works on any file that has the string sourceMappingURL=
in it. This includes .css
, .js
, .html
files.
data-uri:
method of encoding the sourcemaps into the file.sourceContents:
field in the sourcemap when the original file cannot be foundGood catch. Let us know what about this package looks wrong to you, and we'll investigate right away.