Skip to content

v0.2.5

Choose a tag to compare

@ouziel-slama ouziel-slama released this 28 Dec 22:02
· 5 commits to main since this release
19868bb

[0.2.5] - 2025-12-28

Fixed

Web Demo

  • Fixed worker loading error in dev mode: Added Vite plugin to redirect /worker.js requests to the worker entry point, and created a worker shim (src/worker.ts) that imports the library's worker module. Previously, the MiningCoordinator tried to load /worker.js which didn't exist, causing "MIME type text/html" errors
  • Fixed worker output in production build: Added Rollup configuration to generate worker.js at the root of the dist folder for proper resolution