[ci] yarn format
This commit is contained in:
parent
9db22b97b6
commit
670bebe9ae
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ export async function render(renderers: Renderer[], mod: ComponentInstance, ssrO
|
||||||
// The legacy build needs these to remain unresolved so that vite HTML
|
// The legacy build needs these to remain unresolved so that vite HTML
|
||||||
// Can do the resolution. Without this condition the build output will be
|
// Can do the resolution. Without this condition the build output will be
|
||||||
// broken in the legacy build. This can be removed once the legacy build is removed.
|
// broken in the legacy build. This can be removed once the legacy build is removed.
|
||||||
if(astroConfig.buildOptions.experimentalStaticBuild) {
|
if (astroConfig.buildOptions.experimentalStaticBuild) {
|
||||||
const [, resolvedPath] = await viteServer.moduleGraph.resolveUrl(s);
|
const [, resolvedPath] = await viteServer.moduleGraph.resolveUrl(s);
|
||||||
return resolvedPath;
|
return resolvedPath;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue