Update excluded pages paths logic. Add HMR retries on errors.
This commit is contained in:
Vendored
+1
@@ -5,4 +5,5 @@ export declare const AppData: {
|
||||
readonly ClientHMRPath: "__bunext_client_hmr__";
|
||||
readonly BunextClientHydrationScriptID: "bunext-client-hydration-script";
|
||||
readonly BunextTmpFileExt: ".bunext_tmp.tsx";
|
||||
readonly BunextHMRRetryRoute: "/.bunext/hmr-retry";
|
||||
};
|
||||
|
||||
Vendored
+1
@@ -5,4 +5,5 @@ export const AppData = {
|
||||
ClientHMRPath: "__bunext_client_hmr__",
|
||||
BunextClientHydrationScriptID: "bunext-client-hydration-script",
|
||||
BunextTmpFileExt: ".bunext_tmp.tsx",
|
||||
BunextHMRRetryRoute: "/.bunext/hmr-retry",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user