Alan Agius 9714aa92bf fix(@angular-devkit/build-angular): don't load an input sourcemap from 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.
2021-03-12 09:12:16 +01:00
..