Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
  • Loading branch information
patak-dev and bluwy committed Mar 24, 2022
1 parent 1163514 commit f52eb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/optimizer/registerMissing.ts
Expand Up @@ -51,7 +51,7 @@ export function createOptimizedDeps(server: ViteDevServer): OptimizedDeps {
if (newDepsToLog.length) {
config.logger.info(
colors.green(
`✨ newfound dependencies optimized: ${depsLogString(
`✨ new dependencies optimized: ${depsLogString(
newDepsToLog
)}`
),
Expand Down

0 comments on commit f52eb15

Please sign in to comment.