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(deploy): remove recharts from externalization to resolve Next.js 15 conflict
- Recharts was causing transpilePackages conflict in Next.js 15
- Kept framer-motion and motion externalized (used extensively)
- Recharts only used in one file (chart-area-interactive.tsx)
- Removed recharts from optimizePackageImports to avoid implicit transpilation
- Function should stay under 250MB with just recharts bundled
Note: Prerendering errors in build are separate issue (SSG + React hooks)
0 commit comments