Is there a build guide for compiling/bundling the openreplay-assist.js script from the source? I have tried building the tracker and tracker-assist module but encountered several issues. When I try to build it using bun run build
I get several compile errors, after some tweaking on the code I was able to run the build successfully. But the rollup config file inside the tracker directory only produces code with cjs and es format s. The tracker-assist plugin doesn’t even have a rollup config. Is there a known way of building it for the browser (iife) just like static.openreplay.com/latest/openreplay-assist.js
?