Closed leifniem closed 5 years ago
I've had the same issue, seems that gatsby-mdx isn't picking up local plugins from the "plugins" folder...
My solution was to manually require it, as you can see here: https://github.com/PedroLamas/pedrolamas.com/blob/gatsby/gatsby-config.js#L55
Describe the bug I configured
gatsby-config.js
to include a local remark plugin and receive the following error message:Not sure if this an error on my end and i need to import the module or an issue with
gatsby-mdx
To Reproduce Add local plugin to
gatsbyRemarkPlugins
ingatsby-config.js
Expected behavior Plugin is found gets invoked when processing mdx files
Additional Context Folder structure in local plugins folder is as follows: