We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb09fa commit f4d9280Copy full SHA for f4d9280
renderer/vite.renderer.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'vite'
3
import { sentryVitePlugin } from '@sentry/vite-plugin'
4
import react from '@vitejs/plugin-react-swc'
5
import autoprefixer from 'autoprefixer'
6
-import { TanStackRouterVite } from '@tanstack/router-plugin/vite'
+import { tanstackRouter } from '@tanstack/router-plugin/vite'
7
import tailwindcss from '@tailwindcss/postcss'
8
9
export default defineConfig({
@@ -13,7 +13,7 @@ export default defineConfig({
13
outDir: path.resolve(__dirname, '../.vite/renderer/main_window'),
14
},
15
plugins: [
16
- TanStackRouterVite({
+ tanstackRouter({
17
target: 'react',
18
autoCodeSplitting: true,
19
routesDirectory: path.resolve(__dirname, './src/routes'),
0 commit comments