We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6525c66 commit 030c4d3Copy full SHA for 030c4d3
README.md
@@ -771,7 +771,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
771
772
function recursiveIssuer(m, c) {
773
const issuer = c.moduleGraph.getIssuer(m);
774
- // For webpack@4 chunks = m.issuer
+ // For webpack@4 issuer = m.issuer
775
776
if (issuer) {
777
return recursiveIssuer(issuer, c);
0 commit comments