feature request: support builtin sourcemap
undefined-moe opened this issue · 2 comments
undefined-moe commented
like this:
foo.js
xxxxxx
//# sourceMappingURL=data:application/json;charset=utf-8;base64,xxxxxx
psociety commented
@undefined-moe if you're in a hurry, you can always manually b64 decode the mapping (it then will be a normal sourceMapping), save it as "source.map" and point unwebpack against it.
rarecoil commented
Feel free to issue a PR for it and I'll try to get around to reviewing it.