We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fa242 commit 3c75cfeCopy full SHA for 3c75cfe
apps/web/vite.config.ts
@@ -15,7 +15,8 @@ export default defineConfig({
15
root: './',
16
}),
17
TanStackRouterVite({
18
- autoCodeSplitting: true,
+ // TODO: Enable when https://github.com/TanStack/router/issues/2317 is fixed
19
+ autoCodeSplitting: false,
20
21
viteReact(),
22
],
0 commit comments