Skip to content

Commit 88c67a2

Browse files
committed
set useCustom option default value to true
1 parent 35622de commit 88c67a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/html/VirtualHtmlPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const VirtualHtmlPlugin = (
1515
async config(config: UserConfig, { command }: ConfigEnv) {
1616
_config = config;
1717
if (command === "serve") {
18-
if (_htmlOptions.useCustom) {
18+
if (_htmlOptions.useCustom??true) {
1919
config.appType = "custom";
2020
}
2121
_instance = new Serve(_htmlOptions);

0 commit comments

Comments
 (0)