Add retries to page component function error. Reload for all 404 pages
This commit is contained in:
Vendored
+1
@@ -15,6 +15,7 @@ export default async function bunextInit() {
|
||||
global.BUNDLER_CTX_MAP = {};
|
||||
global.SSR_BUNDLER_CTX_MAP = {};
|
||||
global.BUNDLER_REBUILDS = 0;
|
||||
global.REBUILD_RETRIES = 0;
|
||||
global.PAGE_FILES = [];
|
||||
global.SKIPPED_BROWSER_MODULES = new Set();
|
||||
global.DIR_NAMES = dirNames;
|
||||
|
||||
Reference in New Issue
Block a user