es6-css-minify icon indicating copy to clipboard operation
es6-css-minify copied to clipboard

Prefix sourceMappingURL

Open LucasHocker opened this issue 4 years ago • 0 comments

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?

LucasHocker avatar Oct 12 '20 14:10 LucasHocker