Skip to content

Commit 26cea6d

Browse files
JounQinhansl
authored andcommitted
fix(@ngtools/webpack): host of Plugin Options should be optional
1 parent 3ce3dbd commit 26cea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ngtools/webpack/src/angular_compiler_plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export interface AngularCompilerPluginOptions {
8989
// Use tsconfig to include path globs.
9090
compilerOptions?: ts.CompilerOptions;
9191

92-
host: virtualFs.Host<fs.Stats>;
92+
host?: virtualFs.Host<fs.Stats>;
9393
}
9494

9595
export enum PLATFORM {

0 commit comments

Comments
 (0)