Skip to content

Commit 63f804a

Browse files
authored
build(router-devtools-core): forward compat to vite 8 (TanStack#6717)
1 parent 8bdf8d6 commit 63f804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router-devtools-core/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const merged = mergeConfig(
1515
}),
1616
)
1717

18-
merged.build.rollupOptions.output.manualChunks = false
18+
merged.build.rollupOptions.output.manualChunks = undefined
1919
merged.build.rollupOptions.output.preserveModules = false
2020

2121
export default merged

0 commit comments

Comments
 (0)