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

Use minified UMD bundle for unpkg, jsdelivr #533

Closed
wants to merge 1 commit into from

Conversation

tsvetomir
Copy link

These popular CDNs will read the respective field from package.json when deciding which file to serve by default. Using the minified UMD bundle improves performance and removes the need to load direct dependencies.

There doesn't seem to be a consensus for a "cdn" field, so we have to linger on with these vendor-specific fields. See mjackson/unpkg#66

These popular CDNs will read the respective field from package.json when deciding which file to serve by default. Using the minified UMD bundle improves performance and removes the need to load direct dependencies.

There doesn't seem to be a consensus for a "cdn" field, so we have to linger on with these vendor-specific fields. See mjackson/unpkg#66
@tsvetomir tsvetomir closed this Apr 19, 2022
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.

None yet

1 participant