We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
host
1 parent 3ce3dbd commit 26cea6dCopy full SHA for 26cea6d
packages/ngtools/webpack/src/angular_compiler_plugin.ts
@@ -89,7 +89,7 @@ export interface AngularCompilerPluginOptions {
89
// Use tsconfig to include path globs.
90
compilerOptions?: ts.CompilerOptions;
91
92
- host: virtualFs.Host<fs.Stats>;
+ host?: virtualFs.Host<fs.Stats>;
93
}
94
95
export enum PLATFORM {
0 commit comments