I want to integrate Divolte with Web pack can you please help me out to understand How can we run it as a Static js page or something like offline way
As i tried so far
<script src="http://localhost:8290/divolte.js" defer async></script>
I download this src "http://localhost:8290/divolte.js" JS and copy pasted to myjs.js
And replace this Above script src path with my custom myjs script path. But there are some files cse-events are not found
or we can do http://localhost:8290/divolte.js to http://localhost:8290/mystream.js
Any ideas on how to do this?