Skip to content

[PPF] fix prefetch={true} with static attempt - #98551

Draft
lubieowoce wants to merge 1 commit into
canaryfrom
lubieowoce/fix-static-prefetch-true
Draft

[PPF] fix prefetch={true} with static attempt#98551
lubieowoce wants to merge 1 commit into
canaryfrom
lubieowoce/fix-static-prefetch-true

Conversation

@lubieowoce

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Tests Passed

Commit: c1ddc27

}

export const enum FetchStrategy {
export enum FetchStrategy {

@vercel vercel Bot Sep 11, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FetchStrategy and EntryStatus were downgraded from const enum to plain enum, permanently shipping unnecessary runtime enum objects in the client bundle (and hurting DCE) solely to support reverse-mapping inside disabled debug logging.

Fix on Vercel

@lubieowoce
lubieowoce force-pushed the lubieowoce/fix-static-prefetch-true branch from 233ae28 to c1ddc27 Compare September 11, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant