Skip to content

Commit

Permalink
fix: remove unneeded skipping optimization log (#7531)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Mar 30, 2022
1 parent d64b02d commit 41fa2f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/optimizer/index.ts
Expand Up @@ -371,7 +371,6 @@ export async function runOptimizeDeps(
commit() {
// Write metadata file, delete `deps` folder and rename the `processing` folder to `deps`
commitProcessingDepsCacheSync()
config.logger.info(`No dependencies to bundle. Skipping.\n\n\n`)
},
cancel
}
Expand Down

0 comments on commit 41fa2f5

Please sign in to comment.