Skip to content

Commit 584ebbc

Browse files
benmccanndominikg
andauthored
Update packages/vite-plugin-svelte/src/index.ts
Co-authored-by: Dominik G. <[email protected]>
1 parent 8be94b7 commit 584ebbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-svelte/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from 'fs';
2-
import { HmrContext, ModuleNode, Plugin, ResolvedConfig, UserConfig, version } from 'vite';
2+
import { HmrContext, ModuleNode, Plugin, ResolvedConfig, UserConfig, version as viteVersion } from 'vite';
33
// eslint-disable-next-line node/no-missing-import
44
import { isDepExcluded } from 'vitefu';
55
import { handleHotUpdate } from './handle-hot-update';

0 commit comments

Comments
 (0)