Skip to content

Commit

Permalink
cli(devServer): change devServer path
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 25, 2018
1 parent 9406912 commit c27e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function serve() {
: [];

if (hasDevServerDep.length) {
let WDSPath = getRootPathModule("node_modules/webpack-dev-server/cli.js");
let WDSPath = getRootPathModule("node_modules/webpack-dev-server/bin/webpack-dev-server.js");
if (!WDSPath) {
console.log(
"\n",
Expand Down

0 comments on commit c27e961

Please sign in to comment.