We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c004925 commit 811cc49Copy full SHA for 811cc49
packages/vite/src/modes/global/dev.ts
@@ -2,8 +2,8 @@ import process from 'node:process'
2
import type { Plugin, Update, ViteDevServer } from 'vite'
3
import type { GenerateResult, UnocssPluginContext } from '@unocss/core'
4
import { notNull } from '@unocss/core'
5
-import type { VitePluginConfig } from 'unocss/vite'
6
import MagicString from 'magic-string'
+import type { VitePluginConfig } from '../../types'
7
import { LAYER_MARK_ALL, getHash, getPath, resolveId, resolveLayer } from '../../integration'
8
9
const WARN_TIMEOUT = 20000
0 commit comments