Skip to content

Commit 4fcb568

Browse files
Update src/index.js
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
1 parent c2ad59d commit 4fcb568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ class MiniCssExtractPlugin {
491491
});
492492
}
493493

494-
getChunks(chunk, chunkGraph) {
494+
getChunkModules(chunk, chunkGraph) {
495495
return typeof chunkGraph !== 'undefined'
496496
? chunkGraph.getOrderedChunkModulesIterable(
497497
chunk,

0 commit comments

Comments
 (0)