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 890ee66 commit 42481d9Copy full SHA for 42481d9
lib/Server.js
@@ -58,11 +58,6 @@ class Server {
58
normalizeOptions(this.compiler, this.options);
59
updateCompiler(this.compiler, this.options);
60
61
- // TODO: need to investigate
62
- // if this value is deleted, all transportMode will be broken
63
- // this.sockPath = this.options.sockPath;
64
65
-
66
this.SocketServerImplementation = getSocketServerImplementation(
67
this.options
68
);
0 commit comments