Patch Changes
-
#1160
161e726Thanks @matthewvolk! - fix(patches): includeprefetch-hints.jsonin loadManifest build-time inliningNext.js 16.2.0 introduced
prefetch-hints.jsonas a new server manifest loaded unconditionally
byNextNodeServer.getPrefetchHints(). The file exists in the build output but wasn't matched by
the glob pattern*-manifest.json, causing the patchedloadManifest()to throw at runtime.