File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ const webpackLoader: string = g['_DevKitIsLocal']
28
28
function _createAotPlugin (
29
29
wco : WebpackConfigOptions ,
30
30
options : any ,
31
- host : virtualFs . Host < Stats > ,
31
+ _host : virtualFs . Host < Stats > ,
32
32
useMain = true ,
33
- extract = false
33
+ extract = false ,
34
34
) {
35
35
const { root, buildOptions } = wco ;
36
36
options . compilerOptions = options . compilerOptions || { } ;
@@ -82,7 +82,6 @@ function _createAotPlugin(
82
82
forkTypeChecker : buildOptions . forkTypeChecker ,
83
83
contextElementDependencyConstructor : require ( 'webpack/lib/dependencies/ContextElementDependency' ) ,
84
84
...options ,
85
- host,
86
85
} ;
87
86
return new AngularCompilerPlugin ( pluginOptions ) ;
88
87
}
You can’t perform that action at this time.
0 commit comments