node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js
@@ -19,10 +19,12 @@ */ constructor(asyncChunkLoading) { super("startup chunk dependencies", RuntimeModule.STAGE_TRIGGER); /** @type {boolean} */ this.asyncChunkLoading = asyncChunkLoading; } /** * Generates runtime code for this runtime module. * @returns {string | null} runtime code */ generate() {