The fix
My Next.js bundle size jumped with no obvious cause. Show me how to read the route-level kB breakdown from next build and run the bundle analyzer, then help me find the culprit: a heavy lib imported in a layout, a non-tree-shaken icon set, or a server-only module pulled into a client component. Point at the import to change.
Learn it properly: Recipe 07, Ship β