next.js
36afda44 - Turbopack: remap `next/head` on client in App Pages (#55419)

Commit
2 years ago
Turbopack: remap `next/head` on client in App Pages (#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
Author
Parents
Loading