node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js
@@ -17,10 +17,12 @@ */ constructor(chunkMap) { super("chunk preload trigger", RuntimeModule.STAGE_TRIGGER); /** @type {ChunkChildIdsByOrdersMap} */ this.chunkMap = chunkMap; } /** * Generates runtime code for this runtime module. * @returns {string | null} runtime code */ generate() {