Skip to content

Commit

Permalink
fix(vite): wrong import in dev.ts module (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 29, 2023
1 parent c004925 commit 811cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/modes/global/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import process from 'node:process'
import type { Plugin, Update, ViteDevServer } from 'vite'
import type { GenerateResult, UnocssPluginContext } from '@unocss/core'
import { notNull } from '@unocss/core'
import type { VitePluginConfig } from 'unocss/vite'
import MagicString from 'magic-string'
import type { VitePluginConfig } from '../../types'
import { LAYER_MARK_ALL, getHash, getPath, resolveId, resolveLayer } from '../../integration'

const WARN_TIMEOUT = 20000
Expand Down

0 comments on commit 811cc49

Please sign in to comment.