Skip to content

Commit 03b4509

Browse files
authored
chore(repo): Remove TanStack Start integration vite config fixes (#7961)
1 parent 2931a66 commit 03b4509

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

.changeset/unlucky-goats-float.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

integration/templates/tanstack-react-start/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "vite start --port=$PORT"
99
},
1010
"dependencies": {
11-
"@tanstack/react-router": "1.157.16",
12-
"@tanstack/react-router-devtools": "1.157.16",
13-
"@tanstack/react-start": "1.157.16",
11+
"@tanstack/react-router": "1.163.2",
12+
"@tanstack/react-router-devtools": "1.163.2",
13+
"@tanstack/react-start": "1.163.2",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"tailwind-merge": "^2.5.4"

integration/templates/tanstack-react-start/vite.config.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,4 @@ export default defineConfig({
1313
tailwindcss(),
1414
viteReact(),
1515
],
16-
// See https://github.com/TanStack/router/issues/5738
17-
resolve: {
18-
dedupe: ['react', 'react-dom'],
19-
alias: [
20-
{
21-
find: 'use-sync-external-store/shim/index.js',
22-
replacement: 'react',
23-
},
24-
],
25-
},
26-
ssr: {
27-
noExternal: [/@clerk\/.*/, 'swr'],
28-
},
2916
});

0 commit comments

Comments
 (0)