Skip to content

Commit

Permalink
no analytics in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 3, 2024
1 parent 6d1b44b commit b7e8d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_js/web-viewer/build-wasm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function buildWebViewer(mode) {
modeFlags,
"--target no-modules-base",
"--no-default-features",
"--features grpc,map_view",
"--features grpc,map_view", // no `analytics`
"-o rerun_js/web-viewer",
].join(" "),
);
Expand Down

0 comments on commit b7e8d58

Please sign in to comment.