Skip to content

Commit

Permalink
fix: wrong version of webpack-dev-server displayed (#22919)
Browse files Browse the repository at this point in the history
  • Loading branch information
leschdom committed Jul 25, 2022
1 parent fa884dc commit b4ae71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/webpack-dev-server/src/createWebpackDevServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function createWebpackDevServer (
}

if (webpackDevServerMajorVersion === 3) {
debug('using webpack-dev-server v4')
debug('using webpack-dev-server v3')

return webpackDevServer3(config, webpackCompiler, finalWebpackConfig)
}
Expand Down

0 comments on commit b4ae71c

Please sign in to comment.