diff --git a/scripts/watch.mjs b/scripts/watch.mjs index db84c85..7d52780 100644 --- a/scripts/watch.mjs +++ b/scripts/watch.mjs @@ -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: {}, }, }) }