Skip to content

Commit

Permalink
remove invalid line in disabling webpack cache example
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 5, 2024
1 parent dc40cc9 commit eee87cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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 eee87cb

Please sign in to comment.