diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8ae529e..3ce3aab 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -3,6 +3,13 @@ import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], + build: { + rolldownOptions: { + checks: { + pluginTimings: false, + }, + }, + }, server: { middlewareMode: false, },