Skip to content

Commit

Permalink
[docs] update vite ssr repro template (#5713)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Jul 26, 2022
1 parent c46de87 commit a6b0f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Check out the [Migration Guide](https://kit.svelte.dev/docs/migrating) if you ar

## Bug reporting

Please make sure the issue you're reporting involves SvelteKit. Many issues related to how a project builds originate from [Vite](https://vitejs.dev/), which is used to build a SvelteKit project. It's important to note that new Vite projects don't use SSR by default, and so if you create a new Vite project from scratch, many issues won't reproduce. You should thus start with a project that utilizes SSR, such as [`vite-plugin-svelte`'s SSR example](https://github.com/sveltejs/vite-plugin-svelte/tree/main/packages/e2e-tests/vite-ssr-esm).
Please make sure the issue you're reporting involves SvelteKit. Many issues related to how a project builds originate from [Vite](https://vitejs.dev/), which is used to build a SvelteKit project. It's important to note that new Vite projects don't use SSR by default, and so if you create a new Vite project from scratch, many issues won't reproduce. You should thus start with a project that utilizes SSR, such as `npm create vite-extra@latest -- --template ssr-svelte`.

If an issue originates from Vite, please report in the [Vite issue tracker](https://github.com/vitejs/vite/issues).

Expand Down

0 comments on commit a6b0f00

Please sign in to comment.