Skip to content

Commit 3749c80

Browse files
authored
fix: remove build watch mode and fix pre-rendering (#1140)
* empty * fix: remove build watch mode and fix pre-rendering
1 parent 01dc5f3 commit 3749c80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vite.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ export default defineConfig({
3535
build: {
3636
// Having these on helps with local development
3737
sourcemap: process.env.NODE_ENV !== "production",
38-
watch: {
39-
exclude: excludedFiles,
40-
},
4138
},
4239
css: {
4340
transformer: "lightningcss",

0 commit comments

Comments
 (0)