diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index d57434e5b..0c6933497 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -16,6 +16,7 @@ export default defineConfig(() => ({ "process.env.MSW": true, "process.env.VERSION": JSON.stringify(pkgjson.version) }, + optimizeDeps: { exclude: ["msw"] }, plugins: [react()], resolve: { alias: mapObj(