Skip to content

Commit

Permalink
fix: ensure Gatsby detects gatsby-node API
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jun 1, 2022
1 parent 26ecb51 commit 70696e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-mdx/gatsby-node.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require(`./dist/gatsby-node`)
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
}
},
"files": [
"dist/*",
"gatsby-node.js"
"dist/*"
],
"jest": {
"testEnvironment": "node"
Expand Down

0 comments on commit 70696e2

Please sign in to comment.