6aa21aceb8
Remove @calcom/embed-react and @calcom/embed-snippet from the transpiledPackages configuration in apps/web/next.config.js as they are not imported from source in apps/web. Only @calcom/embed-core is actually used and requires transpilation since it's imported from source paths like @calcom/embed-core/src/embed-iframe. The other two packages have pre-built dist files and are not directly imported in the web app, so Next.js doesn't need to transpile them. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>