Svelte.dev example not working
Describe the bug
Example here doesn't seem to work: https://svelte.dev/tutorial/writable-stores
Reproduction
Try it at https://svelte.dev/tutorial/writable-stores
Logs
index.d4c62bfd.js:60 running Svelte compiler version 3.46.2
index.d4c62bfd.js:60 Error: Could not load https://unpkg.com/svelte@3/internal/index.mjs (imported by ./App.svelte):
at R (/_app/assets/index.d4c62bfd.js:25:74383)
at Js (/_app/assets/index.d4c62bfd.js:51:3334)
at /_app/assets/index.d4c62bfd.js:51:20803
at async /_app/assets/index.d4c62bfd.js:51:8739
at async Ju.work (/_app/assets/index.d4c62bfd.js:51:2722)
### System Info
```shell
-
Severity
annoyance
It's working for me now. I'm assuming this was a temporary network issue or a blip with unpkg.
I had experienced this before while working on the REPL locally. It doesn't happen very often, but I think it's because unpkg noticed repeated requests from the same client and throttled it. Not sure if we can do anything about it, except self-hosting ourselves.
I tried to refresh it a few times: the error happened a couple of times. 90 % times it worked, 10 % not.
I lowered Brave's "shields", but it still happened from time to time.