Skip to content

Commit

Permalink
fix(webpack-dev-server): Remove version check for webpack-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jul 20, 2020
1 parent f262abf commit f1ac3ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasks/webpack-dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ npm install --save-dev webpack-dev-server
);
return;
}
if (WebpackDevServer.sockPath === undefined) {
// sockPath was introduced in version 3.2.0
grunt.fail.fatal(
`webpack-dev-server is outdated. Please ensure you have at least version 3.2.0 installed.`,
);
return;
}

let createDomain;
try {
Expand Down

0 comments on commit f1ac3ff

Please sign in to comment.