We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ed5cf commit bf688edCopy full SHA for bf688ed
packages/@ngtools/webpack/src/angular_compiler_plugin.ts
@@ -213,6 +213,7 @@ export class AngularCompilerPlugin implements Tapable {
213
this._compilerOptions.sourceRoot = undefined;
214
this._compilerOptions.inlineSources = undefined;
215
this._compilerOptions.inlineSourceMap = undefined;
216
+ this._compilerOptions.mapRoot = undefined;
217
}
218
219
// Compose Angular Compiler Options.
packages/@ngtools/webpack/src/plugin.ts
@@ -199,6 +199,7 @@ export class AotPlugin implements Tapable {
199
200
201
202
203
204
205
0 commit comments