From c42dd5df672e55759f21c1660dc8ddd4cd47b827 Mon Sep 17 00:00:00 2001 From: jprochazk Date: Wed, 4 Dec 2024 12:35:02 +0100 Subject: [PATCH] add comment --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 79fcdaf..72eb064 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,6 +4,7 @@ import topLevelAwait from "vite-plugin-top-level-await"; /** @type {import("vite").UserConfig} */ const config = { plugins: [wasm(), topLevelAwait()], + // https://github.com/rerun-io/rerun/issues/6815 optimizeDeps: { exclude: process.env.NODE_ENV === "production" ? [] : ["@rerun-io/web-viewer"], },