0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
Bjorn Lu 2024-04-30 09:06:52 +00:00 committed by astrobot-houston
parent a86dc9d269
commit 5e545e8c6a

View file

@ -48,7 +48,7 @@ export async function* crawlGraph(
// dependencies as `importedModules`, we should also skip them as they aren't really // dependencies as `importedModules`, we should also skip them as they aren't really
// imported. Without this, every hoisted script in the project is added to every page! // imported. Without this, every hoisted script in the project is added to every page!
if (isCSSRequest(id)) { if (isCSSRequest(id)) {
continue continue;
} }
for (const importedModule of entry.importedModules) { for (const importedModule of entry.importedModules) {