what is this doing here

This commit is contained in:
Nuckyz 2024-06-21 05:06:56 -03:00
parent 18841f4551
commit b2497373f0
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -112,7 +112,6 @@ export type ModCallbackFn = ((module: ModuleExports, info: ModCallbackInfo) => v
export const factoryListeners = new Set<(factory: AnyModuleFactory) => void>();
export const moduleListeners = new Set<ModListenerFn>();
export const waitForSubscriptions = new Map<FilterFn, ModCallbackFn>();
export const beforeInitListeners = new Set<(wreq: WebpackRequire) => void>();
export function _initWebpack(webpackRequire: WebpackRequire) {
wreq = webpackRequire;