Skip to content

@opennextjs/[email protected]

Choose a tag to compare

@workers-frameworks workers-frameworks released this 23 Mar 19:52
· 37 commits to main since this release
6fdc1e2

Patch Changes

  • #1160 161e726 Thanks @matthewvolk! - fix(patches): include prefetch-hints.json in loadManifest build-time inlining

    Next.js 16.2.0 introduced prefetch-hints.json as a new server manifest loaded unconditionally
    by NextNodeServer.getPrefetchHints(). The file exists in the build output but wasn't matched by
    the glob pattern *-manifest.json, causing the patched loadManifest() to throw at runtime.