Remove the watch specification from the config

This commit is contained in:
Oliver-Akins 2025-04-20 15:40:28 -06:00
parent 3a3765c9ec
commit 5741bc64e2

View file

@ -78,14 +78,6 @@ export default defineConfig(({ mode }) => {
format: `esm`, format: `esm`,
}, },
}, },
watch: {
include: [
`module/**`,
`public/**`,
],
// skipWrite: false,
// onInvalidate: console.log
},
outDir: `${mode}.dist`, outDir: `${mode}.dist`,
emptyOutDir: true, emptyOutDir: true,
}, },