mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 08:48:26 +02:00
Fix code splitting from tanstack/router migration
This commit is contained in:
@@ -27,6 +27,7 @@ export default defineConfig(async () => ({
|
||||
TanStackRouterVite({
|
||||
routesDirectory: './routes',
|
||||
generatedRouteTree: './routeTree.gen.ts',
|
||||
autoCodeSplitting: true,
|
||||
}),
|
||||
svgr(),
|
||||
react(),
|
||||
|
||||
Reference in New Issue
Block a user