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']
2828function _createAotPlugin (
2929 wco : WebpackConfigOptions ,
3030 options : any ,
31- host : virtualFs . Host < Stats > ,
31+ _host : virtualFs . Host < Stats > ,
3232 useMain = true ,
33- extract = false
33+ extract = false ,
3434) {
3535 const { root, buildOptions } = wco ;
3636 options . compilerOptions = options . compilerOptions || { } ;
@@ -82,7 +82,6 @@ function _createAotPlugin(
8282 forkTypeChecker : buildOptions . forkTypeChecker ,
8383 contextElementDependencyConstructor : require ( 'webpack/lib/dependencies/ContextElementDependency' ) ,
8484 ...options ,
85- host,
8685 } ;
8786 return new AngularCompilerPlugin ( pluginOptions ) ;
8887}
You can’t perform that action at this time.
0 commit comments