sapper
sapper copied to clipboard
The next small thing in web development, powered by Svelte
**Is your feature request related to a problem? Please describe.** Apollo client needs to be given the `fetch` function during setup of the client while setting up the application. The...
**Is your feature request related to a problem? Please describe.** I want to set up (through middleware) the `lang` and `dir` attributes for tags in `template.html`, and Sapper doesn't give...
So I just ran into the favicon not updating unless I manually break the cache like so: ```html ``` Without `?v=2` it wasn't picking up my changed icon. I think...
**Is your feature request related to a problem? Please describe.** If I wan't to run our Sapper project locally to debug a production issue, I can't use `sapper dev` because...
**Is your feature request related to a problem? Please describe.** We all need to build links between pages. Currently we have to hardcode the links right into the component or...
I have a simple _primary button_ component with some included styles. Deploying this component to vercel crashing the hole app with: ``` Failed to fetch dynamically imported module: https://xxx.vercel.app/client/index.1b6f5871.js ```...
With the introduction of the `page` store in Svelte v3 Sapper, the `segment` prop passed to `_layout.svelte` components feels somewhat vestigial. I don't think there's anything that can be done...
**Describe the bug** There is duplicate CSS generated for the bundle. **To Reproduce** Just clone the *sapper-template-webpack* repo and run `npm run dev` or `npm run export` and open the...
**Describe the bug** When using the build option "--cwd", sapper fails trying to save the launcher "index.js". The code for writing the launcher fails to take into account the cwd...
I am trying to integrate sapper into `nrwl/nx`. So i wanted to change the structure of the folders and run into some bugs and issues: - When using the 'build-dir'...