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 8e2c31c commit 67f4468Copy full SHA for 67f4468
1 file changed
packages/plugin-rsc/src/plugin.ts
@@ -1226,7 +1226,7 @@ function vitePluginUseClient(
1226
// group client reference modules by `clientChunks` option
1227
manager.clientReferenceGroups = {}
1228
for (const meta of Object.values(manager.clientReferenceMetaMap)) {
1229
- // no server chunk associated when the module is tree-shaken
+ // no server chunk is associated when the entire "use client" module is tree-shaken
1230
if (!meta.serverChunk) continue
1231
let name =
1232
useClientPluginOptions.clientChunks?.({
0 commit comments