Remove the watch specification from the config
This commit is contained in:
parent
3a3765c9ec
commit
5741bc64e2
1 changed files with 0 additions and 8 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue