Skip to content

Commit c27e961

Browse files
committed
cli(devServer): change devServer path
1 parent 9406912 commit c27e961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/serve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function serve() {
7171
: [];
7272

7373
if (hasDevServerDep.length) {
74-
let WDSPath = getRootPathModule("node_modules/webpack-dev-server/cli.js");
74+
let WDSPath = getRootPathModule("node_modules/webpack-dev-server/bin/webpack-dev-server.js");
7575
if (!WDSPath) {
7676
console.log(
7777
"\n",

0 commit comments

Comments
 (0)