We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6ad81 commit bd5c279Copy full SHA for bd5c279
packages/angular_devkit/build_angular/src/babel/webpack-loader.ts
@@ -136,6 +136,9 @@ export default custom<AngularCustomOptions>(() => {
136
config(configuration, { customOptions }) {
137
return {
138
...configuration.options,
139
+ // Workaround for https://github.com/babel/babel-loader/pull/896 is available
140
+ // Delete once the above PR is released
141
+ inputSourceMap: (configuration.options.inputSourceMap || false as {}), // Typings are not correct
142
presets: [
143
...(configuration.options.presets || []),
144
[
0 commit comments