Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): don't load an input sourcemap fro…
…m file when using Babel This ensures that vendor sourcemaps are not loaded from file when they have not been previously loaded via sourcemap-loader. When vendor sourcemap is enabled, `inputSourceMap` is not needed, since the sourcemap is already available and the `sourceMappingURL` comment is removed from source. (cherry picked from commit 9714aa9)
- Loading branch information