You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import will fail because it is not rewritten (to https://cdn.jsdelivr.net/npm/d3/+esm). This was originally supported with import maps, but since we removed import maps in #101 to improve incremental update #14, it regressed. But we need to rewrite imported local modules anyway for #78.
The text was updated successfully, but these errors were encountered:
For example, if I have a JavaScript cell in a Markdown file docs/index.md:
And then foo.js imports D3 using an npm protocol import:
The import will fail because it is not rewritten (to https://cdn.jsdelivr.net/npm/d3/+esm). This was originally supported with import maps, but since we removed import maps in #101 to improve incremental update #14, it regressed. But we need to rewrite imported local modules anyway for #78.
The text was updated successfully, but these errors were encountered: