You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable nested async chunking for client side assets. Defaults to true in build mode and false in dev mode.
412
+
* This optimization computes all possible paths through dynamic imports in the applications to figure out the modules needed at dynamic imports for every path.
413
+
*/
414
+
turbopackClientSideNestedAsyncChunking?: boolean
415
+
416
+
/**
417
+
* Enable nested async chunking for server side assets. Defaults to false in dev and build mode.
418
+
* This optimization computes all possible paths through dynamic imports in the applications to figure out the modules needed at dynamic imports for every path.
419
+
*/
420
+
turbopackServerSideNestedAsyncChunking?: boolean
421
+
410
422
/**
411
423
* Enable filesystem cache for the turbopack dev server.
0 commit comments