Updates
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ export default async function serverPostBuildFn() {
|
||||
if (!global.HMR_CONTROLLERS?.[0] || !global.BUNDLER_CTX_MAP) {
|
||||
return;
|
||||
}
|
||||
for (let i = 0; i < global.HMR_CONTROLLERS.length; i++) {
|
||||
for (let i = global.HMR_CONTROLLERS.length - 1; i >= 0; i--) {
|
||||
const controller = global.HMR_CONTROLLERS[i];
|
||||
if (!controller.target_map?.local_path) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user