mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Enable lazy route discovery future flag
Note: this emits a warning right now but it's considered a false positive presumably removed in RR7 https://github.com/remix-run/react-router/issues/12439#issuecomment-2523481122
This commit is contained in:
parent
87ef7e29a3
commit
8fbf7300a8
|
|
@ -25,6 +25,7 @@ export default defineConfig(() => {
|
|||
v3_relativeSplatPath: true,
|
||||
v3_throwAbortReason: true,
|
||||
v3_routeConfig: true,
|
||||
v3_lazyRouteDiscovery: true,
|
||||
},
|
||||
}),
|
||||
babel({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user