Skip to content

Commit 9109cdc

Browse files
committed
fix(@angular-devkit/build-angular): force linker sourceMapping option to false.
This is an interim solution until angular/angular#42769 is fixed. Closes #21271
1 parent c0acf74 commit 9109cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/src/babel/presets/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export default function (api: unknown, options: ApplicationPresetOptions) {
137137
plugins.push(
138138
createEs2015LinkerPlugin({
139139
linkerJitMode: options.angularLinker.jitMode,
140+
sourceMapping: false,
140141
logger: createNgtscLogger(options.diagnosticReporter),
141142
fileSystem: {
142143
resolve: path.resolve,

0 commit comments

Comments
 (0)