Skip to content

Commit fb6acf0

Browse files
fix: update federation option to use dynamic configuration
1 parent b1dfc40 commit fb6acf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const pluginReactRouter = (
174174
basename,
175175
appDirectory,
176176
ssr,
177-
federation: true,
177+
federation: options.federation,
178178
}),
179179
'virtual/react-router/with-props': generateWithProps(),
180180
});

0 commit comments

Comments
 (0)