what is this doing here
This commit is contained in:
parent
18841f4551
commit
b2497373f0
|
@ -112,7 +112,6 @@ export type ModCallbackFn = ((module: ModuleExports, info: ModCallbackInfo) => v
|
||||||
export const factoryListeners = new Set<(factory: AnyModuleFactory) => void>();
|
export const factoryListeners = new Set<(factory: AnyModuleFactory) => void>();
|
||||||
export const moduleListeners = new Set<ModListenerFn>();
|
export const moduleListeners = new Set<ModListenerFn>();
|
||||||
export const waitForSubscriptions = new Map<FilterFn, ModCallbackFn>();
|
export const waitForSubscriptions = new Map<FilterFn, ModCallbackFn>();
|
||||||
export const beforeInitListeners = new Set<(wreq: WebpackRequire) => void>();
|
|
||||||
|
|
||||||
export function _initWebpack(webpackRequire: WebpackRequire) {
|
export function _initWebpack(webpackRequire: WebpackRequire) {
|
||||||
wreq = webpackRequire;
|
wreq = webpackRequire;
|
||||||
|
|
Loading…
Reference in a new issue