Enable lazy route discovery future flag
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

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:
Kalle 2025-05-18 17:00:07 +03:00
parent 87ef7e29a3
commit 8fbf7300a8

View File

@ -25,6 +25,7 @@ export default defineConfig(() => {
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
v3_routeConfig: true,
v3_lazyRouteDiscovery: true,
},
}),
babel({