We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bda847 commit 9018255Copy full SHA for 9018255
packages/vite/src/node/watch.ts
@@ -3,7 +3,7 @@ import path from 'node:path'
3
import glob from 'fast-glob'
4
import type { FSWatcher, WatchOptions } from 'dep-types/chokidar'
5
import type { OutputOptions } from 'rollup'
6
-import * as colors from 'picocolors'
+import colors from 'picocolors'
7
import { withTrailingSlash } from '../shared/utils'
8
import { arraify, normalizePath } from './utils'
9
import type { ResolvedConfig } from './config'
0 commit comments