Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored Oct 20, 2023
1 parent 018ae38 commit 2c6cc48
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 2c6cc48

Please sign in to comment.