es6-css-minify
es6-css-minify copied to clipboard
Prefix sourceMappingURL
In js.ts, you overwrite the url
sourceMap parameter. I would like to be able to add a prefix in there somehow, such that the generated //# sourceMappingURL=https://myurlhere.com/foo/<outFileName.map>.
Could you add an additional settings parameter or concatenate the existing url
parameter please?