Skip to content

Commit f960500

Browse files
committed
fix webpack type
1 parent 6d129a7 commit f960500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/angular.webpack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export abstract class AngularWebpack {
186186
transformerContext
187187
);
188188

189-
return new WebpackDevServer(afterMutation.raw as WebpackConfigWithDevServer, this.webpack, this.webpackDevServer);
189+
return new WebpackDevServer(afterMutation.raw as WebpackConfigWithDevServer, this.webpack as any, this.webpackDevServer);
190190
}
191191

192192
private createPreviewConfig(targets: Target[]): Configuration[] {

0 commit comments

Comments
 (0)