We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a660ab commit 64f9fe2Copy full SHA for 64f9fe2
react-router.config.ts
@@ -2,4 +2,8 @@ import { type Config } from '@react-router/dev/config'
2
export default {
3
// Defaults to true. Set to false to enable SPA for all routes.
4
ssr: true,
5
+
6
+ future: {
7
+ unstable_optimizeDeps: true,
8
+ },
9
} satisfies Config
0 commit comments