vite-ssr icon indicating copy to clipboard operation
vite-ssr copied to clipboard

Use Vite for server side rendering in Node

Results 43 vite-ssr issues
Sort by recently updated
recently updated
newest added

I use vite-ssr for nestjs framework, that's worked.but some warning still display. > vite-ssr doesn't appear to be written in CJS, but also doesn't appear to be a valid ES...

I noticed 2 problems. Maybe there is more. 1. Starting with vite 3.0.0, the server entry point is built as main.mjs instead of main.js, as it was before. 2. Assets...

```json "dependencies": { "vite-ssr": "^0.16.0" }, "devDependencies": { "vite": "^3.1.0" } ``` ```sh npm ERR! Found: [email protected] npm ERR! node_modules/vite npm ERR! dev vite@"^3.1.0" from the root project npm ERR!...

Hi! Is there an update planned for vite 5 and support for unhead #215?

Thank you for creating this repo! I'm looking to migrate a custom SSR'd react application to Vite, but I'm using loadable components for code splitting which [doesn't support Vite](https://github.com/vitejs/vite/discussions/2721#discussioncomment-6497045). Is...

i get this error on ssr-dev command ``` Named export 'commafy' not found. The requested module 'commafy-anything' is a CommonJS module, which may not support all module.exports as named exports....

I have added the plugin and the configurations, but when I try to run it throws the following error: ``` Failed to load url __vite-optional-peer-dep:@vueuse/head:vite-ssr (resolved id: virtual:__vite-optional-peer-dep:@vueuse/head:vite-ssr/index.js) in {project...

Here is my package json: ``` { "name": "my-vue-app", "private": true, "version": "0.0.0", "scripts": { "dev": "vite", "build": "rm -rf dist && vite-ssr build", "start": "node ./server/index" }, "dependencies": {...

#173: Like described in the official [documentation of vue](https://vuejs.org/guide/scaling-up/ssr.html#teleports), we should consider to use an own DOM node for Vue body teleports: _Avoid targeting body when using Teleports and SSR...

- Removed support for @vueuse/head - Added support for unhead