We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Dev
Studio
The text was updated successfully, but these errors were encountered:
Tried JSPM but it's not very configurable. Just tries to add all dependencies to the import map. Will use a more manual approach.
Sorry, something went wrong.
acaldas
Successfully merging a pull request may close this issue.
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
andStudio
mode, the local node_modules should be used.For production we can use a CDN.
The text was updated successfully, but these errors were encountered: