TanStack
OSS
router
Sign in / Sign up
Open main menu
router
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
6361
c72ac659 fix(start-plugin-core): remove crawlFrameworkPkgs from optimizeDeps.exclude This fixes issue #5738 where server-side modules (like the `cookie` module from Clerk SDK) were incorrectly being bundled into the client. The `crawlFrameworkPkgs` function finds packages that have `@tanstack/react-start` or `@tanstack/start-client-core` as peer dependencies and was adding them to `optimizeDeps.exclude`. This prevented Vite from pre-bundling these packages, causing their server-side dependencies to leak into the client bundle as native ESM imports, which failed at runtime with errors like: SyntaxError: The requested module 'cookie' does not provide an export named 'parse' By removing this automatic exclusion, Vite will now properly pre-bundle third-party packages and their dependencies, ensuring correct module resolution. fixes #5738
1 day ago
by schiller-m...
s
Previous page
Previous
Next
Next page