alewin / useWorker

⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks

Home Page:https://useworker.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When will localDependencies return

rodrigonzalz opened this issue · comments

Migrating my app to NextJS I decided to move from comlink-loader to useWorker counting from the documentation that it had support for local dependencies; but I just found out that it was actually removed few weeks ago.
When can we expect to see this feature back? I really need it otherwise useWorker doesn't do it for me.

Hi @rodrigonzalz i'm working on it #113

Local dependencies would also help me out quite a bit! - Anything I can do to help?

I need localDependency as well. It is currently in the documentation and I was relying on it. Is there any workaround for this ? I'm using create react app, and I do not know the file where the worker will be bundled, and so I'm not able to use remoteDependencies