sourcemapper
sourcemapper copied to clipboard
Extract JavaScript source trees from Sourcemap files
I want to modify a script then make it one file again basically
Sometime the source map is self contained: ```main.js ... }(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ... ``` It would be nice if sourcemapper would handle such case automatically. A workaround currently is: ``` cat...
Hello, I've found an issue with embedded SVGs - they are broken and inside I see js code (this is an example): ```javascript var _path; var _excluded = ["svgRef", "title"];...