mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 20:26:08 -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:
@@ -25,6 +25,7 @@ export default defineConfig(() => {
|
||||
v3_relativeSplatPath: true,
|
||||
v3_throwAbortReason: true,
|
||||
v3_routeConfig: true,
|
||||
v3_lazyRouteDiscovery: true,
|
||||
},
|
||||
}),
|
||||
babel({
|
||||
|
||||
Reference in New Issue
Block a user