typescript-bundle icon indicating copy to clipboard operation
typescript-bundle copied to clipboard

sourceMappingURL inserted in the middle of the file

Open unlight opened this issue 6 years ago • 0 comments
trafficstars

Generated bundle contains

//# sourceMappingURL=index.js.map
'marker:resolver';

In the middle. Loaders cannot find sourcemap reference, //# sourceMappingURL=index.js.map it should be moved to last line of the file

unlight avatar Sep 07 '19 14:09 unlight