next.js
7a9a0ccd
- fix caching of client chunks (#66971)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
fix caching of client chunks (#66971) ### What? cache wasn't well reused since all client chunks depend on the client shared chunk, which had a different name for every page. This fixes that and allows caching of all client component chunks
References
#66971 - fix caching of client chunks
Author
sokra
Parents
4ecbcfd7
Loading