Skip to content

Commit

Permalink
Remove invalid line from memory usage doc (#68551)
Browse files Browse the repository at this point in the history
This line is invalid as you can't augment a frozen object and also since
we're disabling webpack cache for a build there shouldn't be multiple
memory generations anyways
  • Loading branch information
ijjk authored Aug 5, 2024
1 parent 9511ae2 commit 5299e80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const nextConfig = {
config.cache = Object.freeze({
type: 'memory',
})
config.cache.maxMemoryGenerations = 0
}
// Important: return the modified config
return config
Expand Down

0 comments on commit 5299e80

Please sign in to comment.