Skip to content

Commit 15be539

Browse files
committed
fix up method call
1 parent 24ecaf5 commit 15be539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimize/CommonsChunkPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The available options are:
149149
if(compilation[ident]) return;
150150
compilation[ident] = true;
151151

152-
const commonChunks = this.formCommonChunks(chunks, compilation);
152+
const commonChunks = this.getCommonChunks(chunks, compilation);
153153

154154
commonChunks.forEach((commonChunk, idx) => {
155155
const usedChunks = this.getUsedChunks(compilation, chunks, commonChunk, commonChunks, idx, this.selectedChunks, this.async);

0 commit comments

Comments
 (0)