Skip to content

Commit 3c75cfe

Browse files
committed
Disable auto code splitting
1 parent 55fa242 commit 3c75cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/web/vite.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default defineConfig({
1515
root: './',
1616
}),
1717
TanStackRouterVite({
18-
autoCodeSplitting: true,
18+
// TODO: Enable when https://github.com/TanStack/router/issues/2317 is fixed
19+
autoCodeSplitting: false,
1920
}),
2021
viteReact(),
2122
],

0 commit comments

Comments
 (0)