Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turbopack: remap
next/head
on client in App Pages (vercel#55419)
### What? Remaps `next/head` to `next/dist/client/components/noop-head` on the client inside an App Page. ### Why? Because webpack bundles do it. ### How? We were just missing an import remap. 🤦 Closes WEB-1573
- Loading branch information