I haven't found a way to edit the wiki directly, so here is a description of the issue:
https://github.com/uvdsl/solid-oidc-client-browser/wiki/Development-Hints#vite
import refreshWorkerUrl from '@uvdsl/solid-oidc-client-browser/dist/RefreshWorker.js?sharedworker&url';
should be
import refreshWorkerUrl from '@uvdsl/solid-oidc-client-browser/RefreshWorker?sharedworker&url';
because exports in package.json prevent referencing the file by its path.
Hope this helps. :)
I haven't found a way to edit the wiki directly, so here is a description of the issue:
https://github.com/uvdsl/solid-oidc-client-browser/wiki/Development-Hints#vite
should be
because
exportsin package.json prevent referencing the file by its path.Hope this helps. :)