We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b20a1 commit 40cd4e1Copy full SHA for 40cd4e1
1 file changed
packages/plugin-rsc/src/plugin.ts
@@ -192,6 +192,7 @@ export type RscPluginOptions = {
192
*
193
* This function allows you to group multiple client components into
194
* custom chunks instead of having each module in its own chunk.
195
+ * By default, client chunks are grouped by `meta.serverChunk`.
196
*/
197
clientChunks?: (meta: {
198
/** client reference module id */
0 commit comments