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
When importing an NPM module in the REPL, it takes very long (or may just not work at all) for the module to be successfully imported. From what I can tell, this is because the module provider used (bundle.run) is either extremely slow at bundling or is nonfunctional altogether. I suggest that the module provider be switched to either Unpkg (probably the better option, considering its use in svelte.dev's REPL) or Jsdelivr.
The text was updated successfully, but these errors were encountered:
When importing an NPM module in the REPL, it takes very long (or may just not work at all) for the module to be successfully imported. From what I can tell, this is because the module provider used (bundle.run) is either extremely slow at bundling or is nonfunctional altogether. I suggest that the module provider be switched to either Unpkg (probably the better option, considering its use in svelte.dev's REPL) or Jsdelivr.
The text was updated successfully, but these errors were encountered: