Skip to content

Commit

Permalink
chore: fix picocolors import for local dev (#17884)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Aug 15, 2024
1 parent 1bda847 commit 9018255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'node:path'
import glob from 'fast-glob'
import type { FSWatcher, WatchOptions } from 'dep-types/chokidar'
import type { OutputOptions } from 'rollup'
import * as colors from 'picocolors'
import colors from 'picocolors'
import { withTrailingSlash } from '../shared/utils'
import { arraify, normalizePath } from './utils'
import type { ResolvedConfig } from './config'
Expand Down

0 comments on commit 9018255

Please sign in to comment.