Skip to content

Commit e4aa1bf

Browse files
committed
fix: Fix comment
1 parent 03e4f07 commit e4aa1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default class DocgenPlugin implements webpack.WebpackPluginInstance {
198198

199199
const nameForCondition = module.nameForCondition() || "";
200200

201-
// Ignore already built modules for webpack 5
201+
// Ignore modules that haven't been built yet for webpack 5
202202
if (!compilation.builtModules.has(module)) {
203203
debugExclude(`Ignoring un-built module: ${nameForCondition}`);
204204
return;

0 commit comments

Comments
 (0)