Which project does this relate to?
Start
Describe the bug
Ssr content does not appear to reflect changes to source files when the vite config experimental: { bundledDev: true } is enabled.
Hmr updates to the files does appear to work as expected. It is only the server side content that doesn't update.
Complete minimal reproducer
https://github.com/CamBurris/tanstack-start-bundled-dev
Steps to Reproduce the Bug
- Clone repo and install deps
- Start with
npm run dev
- Make a change to a file that will appear on the page. I used
routes/index.tsx.
- You will see the page updated via hmr to reflect the change.
- Reload the page in the browser. You will see the ssr version of the page is not updated.
Expected behavior
Ssr version of page should reflect changes to files.
Screenshots or Videos
No response
Platform
- Router / Start Version: 1.170.11
- OS: macOS
- Browser: Chrome
- Browser Version: 148
- Bundler: vite
- Bundler Version: 8.0.16
Additional context
No response
Which project does this relate to?
Start
Describe the bug
Ssr content does not appear to reflect changes to source files when the vite config
experimental: { bundledDev: true }is enabled.Hmr updates to the files does appear to work as expected. It is only the server side content that doesn't update.
Complete minimal reproducer
https://github.com/CamBurris/tanstack-start-bundled-dev
Steps to Reproduce the Bug
npm run devroutes/index.tsx.Expected behavior
Ssr version of page should reflect changes to files.
Screenshots or Videos
No response
Platform
Additional context
No response