Skip to content

Commit 6a48a47

Browse files
chore: fix startup script
1 parent 990e3fa commit 6a48a47

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
@@ -286,7 +286,7 @@ export const pluginReactRouter = (
286286
},
287287
tools: {
288288
rspack: {
289-
target: options.federation ? 'async-node' : undefined,
289+
target: options.federation ? 'async-node' : 'node',
290290
externals: ['express'],
291291
dependencies: ['web'],
292292
experiments: {

0 commit comments

Comments
 (0)