Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .changeset/vite-plugin-dts-5-vite8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
'@tanstack/vite-config': minor
---

Support vite-plugin-dts 5 and Vite 8's Rollup build path.
Support vite-plugin-dts 5

- Bump the bundled `vite-plugin-dts` to `5.0.3`, which adds TypeScript 7 / tsgo
support and renames the `outDir` option to `outDirs`.
- Emit `preserveModules` under both `build.rolldownOptions` and
`build.rollupOptions`, so module preservation holds whether the consumer
builds with rolldown-vite or standard Vite 8 (Rollup).
builds with Vite 7 (Rollup) or Vite 8 (Rolldown).

This lets consumers on the new toolchain build declarations without patching
`@tanstack/vite-config`.
Loading