We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e4f07 commit e4aa1bfCopy full SHA for e4aa1bf
1 file changed
src/plugin.ts
@@ -198,7 +198,7 @@ export default class DocgenPlugin implements webpack.WebpackPluginInstance {
198
199
const nameForCondition = module.nameForCondition() || "";
200
201
- // Ignore already built modules for webpack 5
+ // Ignore modules that haven't been built yet for webpack 5
202
if (!compilation.builtModules.has(module)) {
203
debugExclude(`Ignoring un-built module: ${nameForCondition}`);
204
return;
0 commit comments