Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(source-maps): remove existing sourcemap links
Some external libraries ship with sourcemaps with the dist package including a `sourcemapUrl` link. This link causes problems during bundling, and is specifically exposed by anonymous amd modules and SystemJS loader (RequireJS). This change modifies amodro to strip any existing `sourcemapURL` link from the source of a referenced library that is being bundled. closes aurelia#659, related to aurelia#624
- Loading branch information