We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b28b6 commit 049f4c2Copy full SHA for 049f4c2
1 file changed
src/html/VirtualHtmlPlugin.ts
@@ -1,6 +1,6 @@
1
-import { HtmlPluginOptions } from "./types";
+import type { HtmlPluginOptions } from "./types";
2
import type { ConfigEnv, Plugin, UserConfig } from "vite";
3
-import { HistoryApiOptions } from "../history-api/types";
+import type { HistoryApiOptions } from "../history-api/types";
4
import { Serve } from "./Serve";
5
import { Build } from "./Build";
6
0 commit comments