MCPcopy
hub / github.com/webpack/webpack-dev-server / invalid

Function invalid

client-src/index.js:403–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 options.liveReload = true;
402 },
403 invalid() {
404 log.info("App updated. Recompiling...");
405
406 // Fixes #1042. overlay doesn't clear if errors are fixed but warnings remain.
407 if (options.overlay) {
408 overlay.send({ type: "DISMISS" });
409 }
410
411 sendMessage("Invalid");
412 },
413 /**
414 * @param {string} hash hash
415 */

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…