We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ChunkTemplate
1 parent 8bc25f6 commit 678984bCopy full SHA for 678984b
1 file changed
lib/Compilation.js
@@ -34,7 +34,7 @@ function Compilation(compiler) {
34
this.performance = options && options.performance;
35
36
this.mainTemplate = new MainTemplate(this.outputOptions);
37
- this.chunkTemplate = new ChunkTemplate(this.outputOptions, this.mainTemplate);
+ this.chunkTemplate = new ChunkTemplate(this.outputOptions);
38
this.hotUpdateChunkTemplate = new HotUpdateChunkTemplate(this.outputOptions);
39
this.moduleTemplate = new ModuleTemplate(this.outputOptions);
40
0 commit comments