Skip to content

Commit

Permalink
docs: fix typo gatby-node.js -> gatsby-node.js (#34347)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilSeervi committed Dec 31, 2021
1 parent bb287a0 commit ae6356a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -493,7 +493,7 @@ If you're using any other process properties, you want to polyfill process.
1. Install `process` library - `npm install process`
2. Configure webpack to use the process polyfill.
```diff:title=gatby-node.js
```diff:title=gatsby-node.js
exports.onCreateWebpackConfig = ({ actions, stage, plugins }) => {
if (stage === 'build-javascript' || stage === 'develop') {
actions.setWebpackConfig({
Expand Down

0 comments on commit ae6356a

Please sign in to comment.