sinclairzx81 / typescript-bundle

A Bundling Tool for TypeScript
MIT License
126 stars 6 forks source link

sourceMappingURL inserted in the middle of the file #14

Open unlight opened 5 years ago

unlight commented 5 years ago

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