-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Failed to import - many-keys-weakmap | Dropped support for .js
vs mjs
extension
#703
Comments
the path structure has been changed, please use below urls: import ManyKeysWeakMap from "https://esm.sh/v64/[email protected]?target=es2021"
// or
import ManyKeysWeakMap from "https://esm.sh/v64/[email protected]/es2021/many-keys-weakmap.mjs" |
Thanks for your time looking into this! We will use the new in any future work, but users of old versions of Pluto have static HTML that point to the |
We're using this style: fonsp/Pluto.jl@8d63bde and fonsp/Pluto.jl#2514 with the pin argument. Does it look ok? |
will deploy the patch after testing pass |
Thank you! |
should works now |
Thanks a ton! I can see the response in cURL from a US server (my browser has a Greek/EU IP so is still getting the old value from cloudflare 😅, but I have faith in cache invalidation!!) |
oh sorry, i am going to purge the cache |
done, would you like to try again 🙏 |
yes! works like a charm, thanks!! |
Failing module
Error message
After
onload
I got this:404
Additional info
So I think the problem is that at some point, support for the
.js
extension was dropped. The above link works with.mjs
. This causes a few issues at the Pluto community where people have deployed versions of this without them
:(The text was updated successfully, but these errors were encountered: