Skip to content

Commit

Permalink
Merge pull request #39 from davwheat/main
Browse files Browse the repository at this point in the history
chore: format
  • Loading branch information
davwheat authored Oct 20, 2023
2 parents 964823d + 2c6cc48 commit a9b6fe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ exports.onCreateWebpackConfig = ({ stage, rules, loaders, plugins, actions, getC

actions.setWebpackConfig({
resolve: {
fallback: {
crypto: require.resolve('crypto-browserify'),
},
},
})
fallback: {
crypto: require.resolve('crypto-browserify'),
},
},
})
}

0 comments on commit a9b6fe1

Please sign in to comment.