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 7445aa3 commit 32f5ba4Copy full SHA for 32f5ba4
packages/gatsby/src/utils/source-nodes.ts
@@ -43,7 +43,7 @@ function warnForPluginsWithoutNodes(
43
44
pluginsWithNoNodes.map(name =>
45
report.warn(
46
- `The ${name} plugin has generated no Gatsby nodes. Do you need it?`
+ `The ${name} plugin has generated no Gatsby nodes. Do you need it? This could also suggest the plugin is misconfigured.`
47
)
48
49
}
0 commit comments