Skip to content

Commit 030c4d3

Browse files
authored
docs: fix code comment for extracting (#697)
1 parent 6525c66 commit 030c4d3

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)