Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Setup the dynamic import so it is separate from other packages (… #1

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

namladuc
Copy link
Owner

ImagingDataCommons#113)

  • fix: Setup the dynamic import so it is separate from other packages

The default setup for dynamic import was such that the libraries would overlap with other libraries having the same names, which caused version mismatches when using the dynamic import version. This change makes the path separate. As well, it allows a named load for the library, which means the library can actually be used natively in the browser again, fixing issues with deployment standalone.

  • Add access to a few internals so that external features work

…113)

* fix: Setup the dynamic import so it is separate from other packages

The default setup for dynamic import was such that the libraries would
overlap with other libraries having the same names, which caused version
mismatches when using the dynamic import version.  This change makes the
path separate.  As well, it allows a named load for the library, which
means the library can actually be used natively in the browser again,
fixing issues with deployment standalone.

* Add access to a few internals so that external features work
@namladuc namladuc merged commit 7dfcce7 into namladuc:master Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants