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 03aa64d commit f262abfCopy full SHA for f262abf
tasks/webpack-dev-server.js
@@ -66,8 +66,8 @@ npm install --save-dev webpack-dev-server
66
);
67
return;
68
}
69
- if (WebpackDevServer.socketPath === undefined) {
70
- // socketPath was introduced in version 3.2.0
+ if (WebpackDevServer.sockPath === undefined) {
+ // sockPath was introduced in version 3.2.0
71
grunt.fail.fatal(
72
`webpack-dev-server is outdated. Please ensure you have at least version 3.2.0 installed.`,
73
0 commit comments