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 8bee13a commit c57de38Copy full SHA for c57de38
config/helpers.js
@@ -11,7 +11,7 @@ function hasProcessFlag(flag) {
11
}
12
13
function isWebpackDevServer() {
14
- return process.argv[1] && !! (/webpack-dev-server$/.exec(process.argv[1]));
+ return process.argv[1] && !! (/webpack-dev-server/.exec(process.argv[1]));
15
16
17
function root(args) {
0 commit comments