Skip to content

Commit b994924

Browse files
authored
Merge 5a58882 into 6525c66
2 parents 6525c66 + 5a58882 commit b994924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
771771

772772
function recursiveIssuer(m, c) {
773773
const issuer = c.moduleGraph.getIssuer(m);
774-
// For webpack@4 chunks = m.issuer
774+
// For webpack@4 issuer = m.issuer
775775

776776
if (issuer) {
777777
return recursiveIssuer(issuer, c);

0 commit comments

Comments
 (0)