Skip to content

A SSR setup that just works (for starting up) #1068

Answered by ryansolid
jcalfee asked this question in Q&A
Discussion options

You must be logged in to vote

There is an ssr.external option in Vite that might help. Vite tends have their own automatic handler that isn't always desired. https://vitejs.dev/config/ssr-options.html.

In terms of transpiling, if there is JSX or TypeScript there is going to be transpilation. Some adapters (non-node) also need bundling. Vite tries to be smart but it doesn't always work.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@jcalfee
Comment options

@jcalfee
Comment options

@jcalfee
Comment options

Answer selected by jcalfee
Comment options

You must be logged in to vote
1 reply
@jcalfee
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants