next.js
3676d721 - Turbopack: add `experimental.turbopackClient/ServerSideNestedAsyncChunking` (#85827)

Commit
121 days ago
Turbopack: add `experimental.turbopackClient/ServerSideNestedAsyncChunking` (#85827) ### What? Allow to configure nested vs flat async chunking with a new config option. ``` experimental: { turbopackClientSideNestedAsyncChunking: false, turbopackServerSideNestedAsyncChunking: true, } ```
Author
Parents
Loading