Skip to content

Commit

Permalink
Fix esbuild warning for local dev (#9160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Nov 22, 2023
1 parent 19fd19f commit 560ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/vite-plugin-scanner/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function scan(
message: AstroErrorData.InvalidPrerenderExport.message(
prefix,
suffix,
settings?.config.output === 'hybrid' ?? false
settings?.config.output === 'hybrid'
),
location: { file: id },
});
Expand Down

0 comments on commit 560ff29

Please sign in to comment.