Skip to content

Commit

Permalink
Chore: get rid of experimental vite tsrouter opt
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanseveren committed Jun 8, 2024
1 parent 1ef0a4b commit d9f3a17
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/web-main/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ export default defineConfig({
css: {
transformer: 'lightningcss',
},
plugins: [
react(),
TanStackRouterVite({ experimental: { enableCodeSplitting: true } }),
checker({ typescript: true }),
tsconfigPaths(),
],
plugins: [react(), TanStackRouterVite(), checker({ typescript: true }), tsconfigPaths()],

envDir: '../../',
});

0 comments on commit d9f3a17

Please sign in to comment.