[ci] yarn format
This commit is contained in:
parent
2da90d24d0
commit
859b451ca9
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ export function rollupPluginAstroBuildHTML(options: PluginOptions): VitePlugin {
|
|||
}
|
||||
}
|
||||
|
||||
for(const script of findExternalScripts(document)) {
|
||||
if(isHoistedScript(script)) {
|
||||
for (const script of findExternalScripts(document)) {
|
||||
if (isHoistedScript(script)) {
|
||||
debugger;
|
||||
const astroScript = getAttribute(script, 'astro-script');
|
||||
const src = getAttribute(script, 'src');
|
||||
|
|
Loading…
Reference in a new issue