mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
ba06362409
commit
f962348f76
1 changed files with 4 additions and 4 deletions
|
@ -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];
|
||||
}
|
||||
};
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue