We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217a02b commit 2d6e82fCopy full SHA for 2d6e82f
packages/angular_devkit/build_angular/src/babel/webpack-loader.ts
@@ -101,6 +101,9 @@ export default custom<AngularCustomOptions>(() => {
101
config(configuration, { customOptions }) {
102
return {
103
...configuration.options,
104
+ // Workaround for https://github.com/babel/babel-loader/pull/896 is available
105
+ // Delete once the above PR is released
106
+ inputSourceMap: (configuration.options.inputSourceMap || false as {}), // Typings are not correct
107
presets: [
108
...(configuration.options.presets || []),
109
[
0 commit comments