I'm setting up a new turborepo monorepo with some nextjs 14 apps.
I have apps/web and apps/docs as test applications and they both use a packages/ui component library. When I run a dev server, I see no difference using transpilePackages: ['@repo/ui'] or not. I guess I'm not understanding what it's doing and why/when I need it. Wouldn't those internal packages be included anyway in dev/builds because I'm importing their code?