Skip to content

Commit

Permalink
Merge 5a58882 into 6525c66
Browse files Browse the repository at this point in the history
  • Loading branch information
maddhruv committed Feb 8, 2021
2 parents 6525c66 + 5a58882 commit b994924
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 b994924

Please sign in to comment.