Skip to content

Commit

Permalink
docs: fix code comment for extracting (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddhruv committed Feb 8, 2021
1 parent 6525c66 commit 030c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');

function recursiveIssuer(m, c) {
const issuer = c.moduleGraph.getIssuer(m);
// For webpack@4 chunks = m.issuer
// For webpack@4 issuer = m.issuer

if (issuer) {
return recursiveIssuer(issuer, c);
Expand Down

0 comments on commit 030c4d3

Please sign in to comment.