fix: correct watch value type

This commit is contained in:
草鞋没号 2022-04-15 07:45:56 +08:00
parent c39f0607b2
commit 397174da7c
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ function watchMain(server) {
mode: 'development',
plugins: [!debug && startElectron].filter(Boolean),
build: {
watch: true,
watch: {},
},
})
}
@ -53,7 +53,7 @@ function watchPreload(server) {
},
}],
build: {
watch: true,
watch: {},
},
})
}