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 jspm to define importmaps in Connect #1138

Open
acaldas opened this issue Feb 24, 2025 · 1 comment · Fixed by #1190
Open

Use jspm to define importmaps in Connect #1138

acaldas opened this issue Feb 24, 2025 · 1 comment · Fixed by #1190
Assignees

Comments

@acaldas
Copy link
Member

acaldas commented Feb 24, 2025

Replace the current way to set an importmap with jspm.

There is a vite plugin available: https://www.npmjs.com/package/vite-plugin-jspm

In Dev and Studio mode, the local node_modules should be used.
For production we can use a CDN.

@acaldas
Copy link
Member Author

acaldas commented Feb 26, 2025

Tried JSPM but it's not very configurable. Just tries to add all dependencies to the import map.
Will use a more manual approach.

@acaldas acaldas linked a pull request Feb 28, 2025 that will close this issue
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 a pull request may close this issue.

1 participant