Skip to content

Commit

Permalink
fix(gatsby-plugin-mdx): Pass getNodesByType (gatsbyjs#24516)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub authored and johno committed May 28, 2020
1 parent ded324c commit 2e4eca6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = async function getSourcePluginsAsRemarkPlugins({
markdownAST,
markdownNode: mdxNode,
getNode,
getNodesByType,
files: fileNodes,
pathPrefix,
reporter,
Expand Down

0 comments on commit 2e4eca6

Please sign in to comment.