Skip to content

Commit

Permalink
fix(gatsby-plugin-mdx): Img w/ lessBabel option in src/pages not work…
Browse files Browse the repository at this point in the history
…ing (#31210)
  • Loading branch information
LekoArts committed May 4, 2021
1 parent 3bcb6e2 commit b2ae4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-mdx/loaders/mdx-loader.js
Expand Up @@ -135,6 +135,7 @@ module.exports = async function mdxLoader(content) {
content,
options,
getNodesByType,
getNode: rawGetNode,
}))
} else {
mdxNode = await createMdxNodeExtraBabel({
Expand Down

0 comments on commit b2ae4da

Please sign in to comment.