We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39fad3 commit 8ca3de7Copy full SHA for 8ca3de7
packages/@ngtools/webpack/src/angular_compiler_plugin.ts
@@ -174,7 +174,7 @@ export class AngularCompilerPlugin implements Tapable {
174
}
175
176
this._rootNames = config.rootNames.concat(...this._singleFileIncludes);
177
- this._compilerOptions = config.options;
+ this._compilerOptions = { ...config.options, ...options.compilerOptions };
178
this._basePath = config.options.basePath;
179
180
// Overwrite outDir so we can find generated files next to their .ts origin in compilerHost.
0 commit comments