diff --git a/packages/gatsby/src/utils/source-nodes.ts b/packages/gatsby/src/utils/source-nodes.ts index 0c08bbc3c2013..ebdbcaf6b51bb 100644 --- a/packages/gatsby/src/utils/source-nodes.ts +++ b/packages/gatsby/src/utils/source-nodes.ts @@ -43,7 +43,7 @@ function warnForPluginsWithoutNodes( pluginsWithNoNodes.map(name => report.warn( - `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.` ) ) }