File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
integration/templates/tanstack-react-start Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020 "@types/node" : " ^22.5.4" ,
2121 "@types/react" : " ^19.0.8" ,
2222 "@types/react-dom" : " ^19.0.3" ,
23+ "@vitejs/plugin-react" : " ^4.3.4" ,
2324 "tailwindcss" : " ^4.0.8" ,
2425 "typescript" : " ^5.7.2" ,
25- "vite" : " ^6.0.11 " ,
26+ "vite" : " ^7.1.7 " ,
2627 "vite-tsconfig-paths" : " ^5.1.4"
2728 }
2829}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite';
22import { defineConfig } from 'vite' ;
33import tsConfigPaths from 'vite-tsconfig-paths' ;
44import tailwindcss from '@tailwindcss/vite' ;
5+ import viteReact from '@vitejs/plugin-react' ;
56
67export default defineConfig ( {
78 plugins : [
@@ -10,5 +11,6 @@ export default defineConfig({
1011 } ) ,
1112 tanstackStart ( ) ,
1213 tailwindcss ( ) ,
14+ viteReact ( ) ,
1315 ] ,
1416} ) ;
You can’t perform that action at this time.
0 commit comments