rarecoil/unwebpack-sourcemap

feature request: support builtin sourcemap

undefined-moe opened this issue · 2 comments

like this:

foo.js

xxxxxx
//# sourceMappingURL=data:application/json;charset=utf-8;base64,xxxxxx

@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.

Feel free to issue a PR for it and I'll try to get around to reviewing it.