mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
a86dc9d269
commit
5e545e8c6a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export async function* crawlGraph(
|
|||
// 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!
|
||||
if (isCSSRequest(id)) {
|
||||
continue
|
||||
continue;
|
||||
}
|
||||
|
||||
for (const importedModule of entry.importedModules) {
|
||||
|
|
Loading…
Reference in a new issue