From f3753442811ad3ccecd6ee4929a75b0ded64d9e8 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:03:56 -0500 Subject: [PATCH] remove watch from rspack config --- rspack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rspack.config.js b/rspack.config.js index 60409ee..3e487cc 100644 --- a/rspack.config.js +++ b/rspack.config.js @@ -63,6 +63,5 @@ export default defineConfig({ // } // }) ], - watch: true, target: "webworker", });