diff --git a/vite.config.js b/vite.config.js index b3f69d8..f2b5aca 100644 --- a/vite.config.js +++ b/vite.config.js @@ -78,14 +78,6 @@ export default defineConfig(({ mode }) => { format: `esm`, }, }, - watch: { - include: [ - `module/**`, - `public/**`, - ], - // skipWrite: false, - // onInvalidate: console.log - }, outDir: `${mode}.dist`, emptyOutDir: true, },