Skip to content

Commit 049f4c2

Browse files
committed
add type to type import
1 parent b4b28b6 commit 049f4c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/html/VirtualHtmlPlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { HtmlPluginOptions } from "./types";
1+
import type { HtmlPluginOptions } from "./types";
22
import type { ConfigEnv, Plugin, UserConfig } from "vite";
3-
import { HistoryApiOptions } from "../history-api/types";
3+
import type { HistoryApiOptions } from "../history-api/types";
44
import { Serve } from "./Serve";
55
import { Build } from "./Build";
66

0 commit comments

Comments
 (0)