next.js
7a9a0ccd - fix caching of client chunks (#66971)

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
Author
Parents
Loading