Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: disable optimizeDeps at build-time (testing windows ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 8, 2022
1 parent 9a2de57 commit e45a67d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/vite.ts
Expand Up @@ -45,7 +45,6 @@ export async function bundle (nuxt: Nuxt) {
}
},
optimizeDeps: {
disabled: false,
entries: [
resolve(nuxt.options.appDir, 'entry.ts')
],
Expand Down

0 comments on commit e45a67d

Please sign in to comment.