-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Depended module incorrect redirect when use deps
option
#476
Comments
deps
deps
deps
option
The error is present in other packages, even without any options. e.g., |
this url is not correct (missing / |
this you need to remove |
i found the bug, will deploy to prod after testing |
Hello @ije, The |
it's cached, i need to release v101 to fix this, please wait |
Okay, thanks |
I have a URL like this: Unlike v99 |
@PeterBLITZ i believe v101 fixed this issue |
Yup. Thank you) |
Failing module
react-dom / graphQL
The module will load this module:
https://esm.sh/[email protected]/X-ZC9yZWFjdEAxOC4yLjA/es2022/react-dom.js
Since the service upgrade to V100, failed to load some dependencies when setting the
deps
option for the module.The correct URL must includes
/v100
:https://esm.sh/v100/[email protected]/X-ZC9yZWFjdEAxOC4yLjA/es2022/react-dom.js
Error message
After
onload
I got this:Additional info
The text was updated successfully, but these errors were encountered: