You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {ModuleGraph} moduleGraph the module graph
88
88
* @property {ChunkGraph} chunkGraph the chunk graph
89
89
* @property {RuntimeSpec} runtime the runtimes code should be generated for
90
+
* @property {RuntimeSpec[]} runtimes all runtimes code should be generated for
90
91
* @property {ConcatenationScope=} concatenationScope when in concatenated module, information about other concatenated modules
91
92
* @property {CodeGenerationResults | undefined} codeGenerationResults code generation results of other modules (need to have a codeGenerationDependency to use that)
92
93
* @property {Compilation=} compilation the compilation
0 commit comments