remove watch from rspack config

This commit is contained in:
Percs 2024-07-21 18:03:56 -05:00
parent 9114574abe
commit f375344281

View file

@ -63,6 +63,5 @@ export default defineConfig({
// }
// })
],
watch: true,
target: "webworker",
});