Skip to content

Commit 4216d20

Browse files
chore: fix startup script
1 parent 7a583da commit 4216d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default-template/rsbuild.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ declare module 'react-router' {
1111

1212
export default defineConfig(() => {
1313
return {
14-
plugins: [pluginReactRouter({serverOutput: "commonjs"}), pluginReact()],
14+
plugins: [pluginReactRouter({serverOutput: "module"}), pluginReact()],
1515
};
1616
});

0 commit comments

Comments
 (0)