Skip to content

Commit 59f2c54

Browse files
committed
docs
1 parent 17185b1 commit 59f2c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-rsc/src/plugin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,11 @@ export type RscPluginOptions = {
185185
*
186186
* This function allows you to group multiple client components into
187187
* custom chunks instead of having each module in its own chunk.
188-
*
189188
*/
190189
clientChunks?: (meta: {
190+
/** client reference module id */
191191
id: string
192+
/** server chunk which includes a corresponding client reference proxy module */
192193
serverChunk: string
193194
}) => string | undefined
194195
}

0 commit comments

Comments
 (0)