| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bacecf4 commit 0776370
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -137,6 +137,8 @@ export default function (api: unknown, options: ApplicationPresetOptions) { | |||
| 137 | 137 | plugins.push( | |
| 138 | 138 | createEs2015LinkerPlugin({ | |
| 139 | 139 | linkerJitMode: options.angularLinker.jitMode, | |
| 140 | + // This is a workaround until https://github.com/angular/angular/issues/42769 is fixed. | ||
| 141 | + sourceMapping: false, | ||
| 140 | 142 | logger: createNgtscLogger(options.diagnosticReporter), | |
| 141 | 143 | fileSystem: { | |
| 142 | 144 | resolve: path.resolve, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments