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
It seems that when an import doesn't include the host, it fall backs to https://unpkg.com, but it causes jpm.dev modules to fail.
for example, if you have the following:
import 'https://jspm.dev/[email protected]';
jspm.dev returns the following:
import "/npm:jquery@3!cjs"; import "/npm:bootstrap!cjs"; export { default } from "/npm:[email protected]!cjs";
It works on the browser. It downloads https://jspm.dev/npm:jquery@3!cjs. But import-http plugin tries to fetch https://unpkg.com//npm:jquery@3!cjs which fails.
The text was updated successfully, but these errors were encountered:
cjs not be supported.
Sorry, something went wrong.
No branches or pull requests
It seems that when an import doesn't include the host, it fall backs to https://unpkg.com, but it causes jpm.dev modules to fail.
for example, if you have the following:
jspm.dev returns the following:
It works on the browser. It downloads https://jspm.dev/npm:jquery@3!cjs. But import-http plugin tries to fetch https://unpkg.com//npm:jquery@3!cjs which fails.
The text was updated successfully, but these errors were encountered: