Draft
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Feb 18, 2026
9284f68 to
b534a63
Compare
2 tasks
b534a63 to
be212e6
Compare
mischnic
added a commit
to vercel/next.js
that referenced
this pull request
Feb 27, 2026
Disabled for now Expose a hash for each file that should be treated as immutable For nextjs/adapter-vercel#25 Part of PACK-6802
mischnic
added a commit
to vercel/next.js
that referenced
this pull request
Feb 27, 2026
This allows specifying a different deployment id for static immutable assets - [x] rename `getImmutableAssetToken` to `getAssetToken` (because it can be non-immutable as well) - [x] disable for webpack Closes PACK-6534 For nextjs/adapter-vercel#25 Part of PACK-6802
ff77091 to
6b51825
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on vercel/next.js#90045
Closes PACK-6802
Generate a
.vercel/output/immutable.jsonfile looking like this, mapping each client-side Turbopack-emitted chunk to its full 128bit hash:{ "static/_next/static/chunks/1227d17fd87ada6e.js": "1227d17fd87ada6e2e5735ab242d36e1", "static/_next/static/chunks/2e5735ab242d36e1.js": "2e5735ab242d36e1367415e237be3ade", "static/_next/static/chunks/367415e237be3ade.js": "367415e237be3adee849cb2159a24faf", "static/_next/static/chunks/turbopack-8843b62868ca6d60.js": "8843b62868ca6d60367415e237be3ade", "static/_next/static/chunks/turbopack-e849cb2159a24faf.js": "e849cb2159a24fafe849cb2159a24faf", "static/_next/static/media/vercel.c81d49bc.png": "c81d49bcb18fa799e849cb2159a24faf" }