webpack-dev-server 2.11.1 → 2.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client/index.js CHANGED
@@ -167,6 +167,7 @@ var onSocketMsg = {
167
167
  log.error(strippedErrors[i]);
168
168
  }
169
169
  if (useErrorOverlay) overlay.showMessage(_errors);
170
+ initial = false;
170
171
  },
171
172
  error: function error(_error) {
172
173
  log.error(_error);