Skip to content

Commit b2ae4da

Browse files
authored
fix(gatsby-plugin-mdx): Img w/ lessBabel option in src/pages not working (#31210)
1 parent 3bcb6e2 commit b2ae4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-plugin-mdx/loaders/mdx-loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ module.exports = async function mdxLoader(content) {
135135
content,
136136
options,
137137
getNodesByType,
138+
getNode: rawGetNode,
138139
}))
139140
} else {
140141
mdxNode = await createMdxNodeExtraBabel({

0 commit comments

Comments
 (0)