You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix @dagrejs/dagre "module is not defined" SSR error
Move @dagrejs/dagre to ssr.external instead of ssr.optimizeDeps.include.
The experimental ssr.optimizeDeps pre-bundling wasn't converting the
CJS module to ESM. Externalizing lets Node.js load it natively as CJS.
0 commit comments