nebu icon indicating copy to clipboard operation
nebu copied to clipboard

Support input sourcemaps

Open aleclarson opened this issue 4 years ago • 0 comments

When an input sourcemap is given, the result's sourcemap will be merged with it, so it points back to the input sourcemap's sources (aka the original source).

Bonus: If //# sourceMappingURL exists and the filename option is defined, load the source map and treat it as an input sourcemap automatically.

aleclarson avatar Mar 24 '21 15:03 aleclarson