Skip to content

Commit 8de7ec4

Browse files
committed
use correct chunkgraph in runtime module
1 parent 45e8873 commit 8de7ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/esm/ModuleChunkLoadingRuntimeModule.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ class ModuleChunkLoadingRuntimeModule extends RuntimeModule {
8080
* @returns {string} runtime code
8181
*/
8282
generate() {
83-
const { compilation, chunk } = this;
83+
const { compilation, chunk, chunkGraph } = this;
8484
const {
8585
runtimeTemplate,
86-
chunkGraph,
8786
outputOptions: { importFunctionName }
8887
} = compilation;
8988
const fn = RuntimeGlobals.ensureChunkHandlers;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy