Skip to content

Commit 67f4468

Browse files
committed
chore: comment
1 parent 8e2c31c commit 67f4468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-rsc/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ function vitePluginUseClient(
12261226
// group client reference modules by `clientChunks` option
12271227
manager.clientReferenceGroups = {}
12281228
for (const meta of Object.values(manager.clientReferenceMetaMap)) {
1229-
// no server chunk associated when the module is tree-shaken
1229+
// no server chunk is associated when the entire "use client" module is tree-shaken
12301230
if (!meta.serverChunk) continue
12311231
let name =
12321232
useClientPluginOptions.clientChunks?.({

0 commit comments

Comments
 (0)