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 17185b1 commit 59f2c54Copy full SHA for 59f2c54
packages/plugin-rsc/src/plugin.ts
@@ -185,10 +185,11 @@ export type RscPluginOptions = {
185
*
186
* This function allows you to group multiple client components into
187
* custom chunks instead of having each module in its own chunk.
188
- *
189
*/
190
clientChunks?: (meta: {
+ /** client reference module id */
191
id: string
192
+ /** server chunk which includes a corresponding client reference proxy module */
193
serverChunk: string
194
}) => string | undefined
195
}
0 commit comments