MCPcopy
hub / github.com/webpack/webpack / shared.js

File shared.js

test/hotCases/disposing/runtime-independent-filename/shared.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export let active = true;
2
3import.meta.webpackHot.dispose(() => {
4 active = false;

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.80

Tested by

no test coverage detected