Skip to content

Commit

Permalink
refactor(hmr): remove unused import for hasCorrectCase utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Eray Bulut committed Jan 18, 2025
1 parent 3e71ffa commit 4c37876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/hmr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
InvokeSendData,
} from '../../shared/invokeMethods'
import { CLIENT_DIR } from '../constants'
import { createDebugger, normalizePath, hasCorrectCase } from '../utils'
import { createDebugger, normalizePath } from '../utils'
import type { InferCustomEventPayload, ViteDevServer } from '..'
import { getHookHandler } from '../plugins'
import { isCSSRequest } from '../plugins/css'
Expand Down

0 comments on commit 4c37876

Please sign in to comment.