Skip to content

Commit 96a301f

Browse files
committed
Enable code splitting
1 parent 832681d commit 96a301f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/web/vite.config.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export default defineConfig({
1414
tsconfigPaths({
1515
root: './',
1616
}),
17-
TanStackRouterVite(),
17+
TanStackRouterVite({
18+
autoCodeSplitting: true,
19+
}),
1820
viteReact(),
1921
],
2022

0 commit comments

Comments
 (0)