Skip to content

Outdated import in wiki #31

@mrkvon

Description

@mrkvon

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions