Skip to content

Commit

Permalink
fix: don't store build cache. Use small numeric chunkIds
Browse files Browse the repository at this point in the history
  • Loading branch information
timwessman committed Dec 12, 2024
1 parent e646328 commit ad1be3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ exports.onCreateWebpackConfig = ({ actions, getConfig }) => {
crypto: require.resolve('crypto-browserify'),
},
},
cache: false,
optimization: {
chunkIds: 'deterministic',
splitChunks: {
chunks: 'initial',
minChunks: 2,
Expand Down

0 comments on commit ad1be3f

Please sign in to comment.