0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
matthewp 2023-05-22 13:18:18 +00:00 committed by fredkbot
parent ba06362409
commit f962348f76

View file

@ -62,7 +62,7 @@ export function vitePluginHoistedScripts(
virtualHoistedEntry(output.facadeModuleId)
) {
considerInlining.set(id, output);
output.imports.forEach(imported => importedByOtherScripts.add(imported));
output.imports.forEach((imported) => importedByOtherScripts.add(imported));
}
});
@ -98,7 +98,7 @@ export function vitePluginHoistedScripts(
if (removeFromBundle) {
delete bundle[id];
}
};
}
},
};
}