Skip to content

Commit

Permalink
fix: remove accidental "force true" on create-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jun 27, 2022
1 parent 72da034 commit 06446e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/core/create-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export async function createVite(
clearScreen: false, // we want to control the output, not Vite
logLevel: 'warn', // log warnings and errors only
optimizeDeps: {
force: true,
entries: ['src/**/*'], // Try and scan a user’s project (won’t catch everything),
exclude: ['node-fetch'],
},
Expand Down

0 comments on commit 06446e0

Please sign in to comment.