-
Notifications
You must be signed in to change notification settings - Fork 152
During build, download imported ES modules from jsDelivr #20
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
Comments
If we want to bring back import maps (but only for the build case, see #14), we could allow users to configure their import map for self-hosting libraries or choosing a different CDN. |
Related download-esm. |
We could also support caching these files during preview so you don’t have to download them again repeatedly. (And put ’em in |
Fixed in #843. |
Rather than loading ES modules from jsDelivr, we could download and self-host them during the build step to remove external dependencies and isolate against new releases.
The text was updated successfully, but these errors were encountered: