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

Tighten up assets and bundling #209

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Tighten up assets and bundling #209

merged 6 commits into from
Oct 4, 2024

Conversation

josefarias
Copy link
Owner

@josefarias josefarias commented Oct 4, 2024

Closes #177

  • Pins the whole library to a single file
  • Removes UMD support, I'd be surprised if anyone was using that (and if it was fully working)
  • Updates instructions for requiring the library in npm setups
  • Checks the ESM build into version control. This'll make the main branch easier to point to for node setups.
  • Unrelated: routine dependency bump

@josefarias josefarias merged commit 5045138 into main Oct 4, 2024
2 checks passed
@josefarias josefarias deleted the jose/only-preload-esm branch October 4, 2024 22:15
josefarias added a commit that referenced this pull request Oct 14, 2024
We have to do this as we're now only importing the edm build as per #209
josefarias added a commit that referenced this pull request Oct 14, 2024
We have to do this as we're now only importing the edm build as per #209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importmaps are pinning and preloading both UMD and ESM builds (and ~25 other files)
1 participant