We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c322067 commit 5cb146fCopy full SHA for 5cb146f
lib/commands/serve.js
@@ -71,7 +71,9 @@ function serve() {
71
: [];
72
73
if (hasDevServerDep.length) {
74
- let WDSPath = getRootPathModule("node_modules/webpack-dev-server/bin/webpack-dev-server.js");
+ let WDSPath = getRootPathModule(
75
+ "node_modules/webpack-dev-server/bin/webpack-dev-server.js"
76
+ );
77
if (!WDSPath) {
78
console.log(
79
"\n",
0 commit comments