File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/@ngtools/webpack/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ export class AngularCompilerPlugin implements Tapable {
213
213
this . _compilerOptions . sourceRoot = undefined ;
214
214
this . _compilerOptions . inlineSources = undefined ;
215
215
this . _compilerOptions . inlineSourceMap = undefined ;
216
+ this . _compilerOptions . mapRoot = undefined ;
216
217
}
217
218
218
219
// Compose Angular Compiler Options.
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ export class AotPlugin implements Tapable {
199
199
this . _compilerOptions . sourceRoot = undefined ;
200
200
this . _compilerOptions . inlineSources = undefined ;
201
201
this . _compilerOptions . inlineSourceMap = undefined ;
202
+ this . _compilerOptions . mapRoot = undefined ;
202
203
}
203
204
204
205
// Compose Angular Compiler Options.
You can’t perform that action at this time.
0 commit comments