mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #978] [MERGED] fix: support experimental.outputHashSalt config and NEXT_HASH_SALT env var #996
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#996
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/978
Author: @Divkix
Created: 4/30/2026
Status: ✅ Merged
Merged: 5/1/2026
Merged by: @james-elicx
Base:
main← Head:fix/754-output-hash-salt📝 Commits (5)
ce767acfix: support experimental.outputHashSalt config and NEXT_HASH_SALT env var (#754)c2f158bci: re-trigger CI (Windows create-next-app flake, STATUS_STACK_BUFFER_OVERRUN)3addb04fix: use augmentChunkHash for outputHashSalt instead of output.hashSalt2a244eaMerge branch 'main' into fix/754-output-hash-saltc28f71arefactor: simplify hash-salt plugin comments📊 Changes
4 files changed (+85 additions, -0 deletions)
View changed files
📝
packages/vinext/src/check.ts(+4 -0)📝
packages/vinext/src/config/next-config.ts(+14 -0)📝
packages/vinext/src/index.ts(+17 -0)📝
tests/next-config.test.ts(+50 -0)📄 Description
Fixes #754
Summary
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.