FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(@angular-devkit/build-angular): force linker `sourceMapping` opti… · angular/angular-cli@9109cdc · GitHub

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL