Add request cookie to HMR reload pipeline

This commit is contained in:
2026-07-31 07:21:52 +01:00
parent 9da1e16318
commit 596b9de047
7 changed files with 17 additions and 5 deletions
+1
View File
@@ -314,6 +314,7 @@ export type GlobalHMRControllerObject = {
target_map?: BundlerCTXMap;
page_props?: any;
page_reloaded?: boolean;
page_cookie?: string | null;
};
export type BunextCacheFileMeta = {
date_created: number;