Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 4, 2024
1 parent f5ec647 commit c42dd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down

0 comments on commit c42dd5d

Please sign in to comment.