Skip to content

Commit 417ef7a

Browse files
devversionclydin
authored andcommitted
refactor: remove unnecessary type conversion failing lint
I suspect there were some versioning changes with the e.g. `hoist = false` setting in npmrc; so eslint now starts failing about this unnessary type cast. Seems reasonable so this is committed without deep investigation.
1 parent 4100402 commit 417ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/builders/dev-server/webpack-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export function serveWebpackBrowser(
263263
...buildEvent,
264264
baseUrl: serverAddress,
265265
stats: generateBuildEventStats(webpackRawStats, browserOptions),
266-
} as DevServerBuilderOutput;
266+
};
267267
}),
268268
);
269269
}),

0 commit comments

Comments
 (0)