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

Can the CDN support non-NPM registries? #290

Open
zachsa opened this issue Sep 28, 2023 · 1 comment
Open

Can the CDN support non-NPM registries? #290

zachsa opened this issue Sep 28, 2023 · 1 comment

Comments

@zachsa
Copy link

zachsa commented Sep 28, 2023

I understand that the CDN basically tracks NPM to transpile all published packages to be in a suitable module format made available via the CDN - let me know if this is not correct.

I would like to publish an NPM package to the GitHub registry, that I can then consume via the JSPM CDN. Is this possible? It would be cool if there was a UI where I could 'register' a package that I would like to consume via the JSPM CDN.

@trusktr
Copy link

trusktr commented Oct 9, 2023

Yeah, being able to make an account, then register some static file location for some package (f.e. a git repo), could be an interesting idea. It would allow people to publish packages in form of ES modules from anywhere. It would be similar to how Deno currently supports GitHub repos (I don't know if it supports others).

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

No branches or pull requests

2 participants