We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
eslint-disable
1 parent e6330f5 commit d104b58Copy full SHA for d104b58
lib/Server.js
@@ -1157,7 +1157,6 @@ class Server {
1157
if (this.options.webSocketServer) {
1158
const compilers = this.compiler.compilers || [this.compiler];
1159
1160
- // eslint-disable-next-line no-shadow
1161
compilers.forEach((compiler) => {
1162
this.addAdditionalEntries(compiler);
1163
@@ -2128,7 +2127,6 @@ class Server {
2128
2127
// duplicate the same massaging of options that watchpack performs
2129
// https://github.com/webpack/watchpack/blob/master/lib/DirectoryWatcher.js#L49
2130
// this isn't an elegant solution, but we'll improve it in the future
2131
- // eslint-disable-next-line no-undefined
2132
const usePolling =
2133
typeof watchOptions.usePolling !== "undefined"
2134
? watchOptions.usePolling
0 commit comments