Skip to content

Commit

Permalink
add back future tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Jan 17, 2025
1 parent 1aa7534 commit f2eb7fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-router.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { type Config } from '@react-router/dev/config'
export default {
ssr: true,

future: {
unstable_optimizeDeps: true
}
} satisfies Config

0 comments on commit f2eb7fb

Please sign in to comment.