Skip to content

Commit 9018255

Browse files
authored
chore: fix picocolors import for local dev (#17884)
1 parent 1bda847 commit 9018255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/watch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'node:path'
33
import glob from 'fast-glob'
44
import type { FSWatcher, WatchOptions } from 'dep-types/chokidar'
55
import type { OutputOptions } from 'rollup'
6-
import * as colors from 'picocolors'
6+
import colors from 'picocolors'
77
import { withTrailingSlash } from '../shared/utils'
88
import { arraify, normalizePath } from './utils'
99
import type { ResolvedConfig } from './config'

0 commit comments

Comments
 (0)