Skip to content

Commit 069ea2a

Browse files
committed
fix: tweak
1 parent b30a4ce commit 069ea2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-rsc/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ function vitePluginUseClient(
12661266
meta.serverChunk = normalizePath(
12671267
path.relative(
12681268
manager.config.root,
1269-
chunk.facadeModuleId ?? chunk.fileName,
1269+
chunk.facadeModuleId ?? [...chunk.moduleIds].sort()[0]!,
12701270
),
12711271
)
12721272
}

0 commit comments

Comments
 (0)