Skip to content

Commit

Permalink
fix: chunkIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
timwessman committed Dec 12, 2024
1 parent ad1be3f commit 7f8ac05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ exports.onCreateWebpackConfig = ({ actions, getConfig }) => {
},
cache: false,
optimization: {
chunkIds: 'deterministic',
splitChunks: {
chunks: 'initial',
minChunks: 2,
Expand Down

0 comments on commit 7f8ac05

Please sign in to comment.