sapper icon indicating copy to clipboard operation
sapper copied to clipboard

The next small thing in web development, powered by Svelte

Results 117 sapper issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When you execute `sapper export` it will crawl the entire website and, if it finds a missing page or can't...

proposal

**Describe the bug** While using the dev server, I would like server crashes to link to the typescript source files in which they occur. Instead the crashes print out the...

**Describe the bug** When you are changing the contents of an imported css in dev, you will see the changes immediately, but after a split second the page will be...

**Is your feature request related to a problem? Please describe.** Usage with yarn v2 (specifically the PnP part) requires quite some extra work. **Describe the solution you'd like** As far...

pending clarification

**Describe the bug** If you have a series of nested directories with layouts in your routes directory, and you attempt to navigate to a second level directory, then preload gets...

bug
preload

**Describe the bug** Adding a `` tag to `` causes the script to be run twice. I believe this is down to Sapper generating the SSR code and then later...

bug
hydration

Now `fetch` used with an relative path requests different urls from browser and server. Eg if we're on page `foo.com` and requesting `/api/bar.json`, browser would request `foo.com/api/bar.json`, but server `127.0.0.1:PORT/api/bar.json`....

proposal
preload

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. I'm trying to make documentation for a library I made...

**Describe the bug** When `onwarn` is invoked inside of the client or server rollup.config the build performance / duration time is not emitted to the console. By converting ``` onwarn...

Hi, I used Sapper and its export feature to build our website. Sapper automatically generates a service worker and I've provided all necessary files so that the website can be...