[ci] yarn format
This commit is contained in:
parent
c9bb1147cb
commit
ff8e18d2ff
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function chunkIsPage(astroConfig: AstroConfig, output: OutputAsset | OutputChunk
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const chunk = output as OutputChunk;
|
const chunk = output as OutputChunk;
|
||||||
if(chunk.facadeModuleId) {
|
if (chunk.facadeModuleId) {
|
||||||
const facadeToEntryId = prependForwardSlash(chunk.facadeModuleId.slice(fileURLToPath(astroConfig.projectRoot).length));
|
const facadeToEntryId = prependForwardSlash(chunk.facadeModuleId.slice(fileURLToPath(astroConfig.projectRoot).length));
|
||||||
return internals.entrySpecifierToBundleMap.has(facadeToEntryId);
|
return internals.entrySpecifierToBundleMap.has(facadeToEntryId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue