Skip to content

Commit 64f9fe2

Browse files
committed
add back future flags
this was left out by mistake
1 parent 9a660ab commit 64f9fe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

react-router.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ import { type Config } from '@react-router/dev/config'
22
export default {
33
// Defaults to true. Set to false to enable SPA for all routes.
44
ssr: true,
5+
6+
future: {
7+
unstable_optimizeDeps: true,
8+
},
59
} satisfies Config

0 commit comments

Comments
 (0)