We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35622de commit 88c67a2Copy full SHA for 88c67a2
1 file changed
src/html/VirtualHtmlPlugin.ts
@@ -15,7 +15,7 @@ export const VirtualHtmlPlugin = (
15
async config(config: UserConfig, { command }: ConfigEnv) {
16
_config = config;
17
if (command === "serve") {
18
- if (_htmlOptions.useCustom) {
+ if (_htmlOptions.useCustom??true) {
19
config.appType = "custom";
20
}
21
_instance = new Serve(_htmlOptions);
0 commit comments