Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed May 11, 2022
1 parent 6bc46a9 commit 9f9eba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/create-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function createVite(
logLevel: 'warn', // log warnings and errors only
optimizeDeps: {
entries: ['src/**/*'], // Try and scan a user’s project (won’t catch everything),
exclude: ['node-fetch'],
exclude: ['node-fetch'],
},
plugins: [
configAliasVitePlugin({ config: astroConfig }),
Expand Down

0 comments on commit 9f9eba6

Please sign in to comment.