Skip to content

Commit 8e6846a

Browse files
committed
fix(rsc-mf): expose source-path id for remote client counter
1 parent 5269a21 commit 8e6846a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/integration/rsc-mf/remote/module-federation.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ export default createModuleFederationConfig({
111111
import: './src/components/RemoteClientCounter.tsx',
112112
layer: LAYERS.rsc,
113113
} as any,
114+
'./src/components/RemoteClientCounter.tsx': {
115+
import: './src/components/RemoteClientCounter.tsx',
116+
layer: LAYERS.rsc,
117+
} as any,
114118
'./RemoteClientBadge': {
115119
import: './src/components/RemoteClientBadge.tsx',
116120
layer: LAYERS.rsc,

0 commit comments

Comments
 (0)