Dev Server Refresh Bugfix. Loop happens after a file route is refactored to a folder route with index.ts
This commit is contained in:
@@ -105,6 +105,7 @@ export default async function grabPageComponent(
|
||||
await fullRebuild({
|
||||
msg: `Retrying Bundle map for file \`${file_path}\``,
|
||||
});
|
||||
await Bun.sleep(1000);
|
||||
bundledMap = global.BUNDLER_CTX_MAP[file_path];
|
||||
if (bundledMap?.path) break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user