-
I recently migrated my React application from CRA to Vite, using Vite 5.0.10 and for the service worker `vite-plugin-pwa` version 0.17.4.
I'm using my own simple service worker, and I have my own c…
-
## Description
In Vite Dev mode for react server-side rendered application the critical CSS needed for styling the application only loads after a while after the vite runtime is loaded and the appl…
-
I am using this for a SvelteKit app in SPA mode.
These are the configs:
**vite.config.js**
```
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import { …
-
Hi. I would like to use Capri along with vite-plugin-ssr. Capri prompts an error saying "Can't find index.html" due to VPS not having an index file.
The same problem happens with SvelteKit, making Ca…
-
```shell
PS E:\web-project\fast-vue3> pnpm i
Scope: all 2 workspace projects
Lockfile is up to date, resolution step is skipped
Packages: +1549
+++++++++++++++++++++++++++++++++++++++++++++++++++…
-
### Describe the bug
I try to use a named import (`import { Status } from 'ts-enum/status.ts'`), I expect the import to work (it works with `yarn build`), but `vite` rewrites it as a "default impor…
-
### Describe the bug
A component with a `` block that only uses `:root { }` to specify CSS variables will log a warning for an unused CSS selector:
```
2:02:11 AM [vite-plugin-svelte] src/lib/c…
-
```js
import express from "express";
import { createSSRApp } from "vue";
import { renderToString } from "vue/server-renderer";
const server = express();
//////////////////////////////////////…
-
### Describe the bug
If you try to use an [import map](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) in Svelte, it does not compile and throws an error.
### Repro…
-
### Describe the bug
Vite does not output html or css when the `@vitejs/plugin-legacy` plugin is used
Possibly related to #3279 but that issue was closed
### Reproduction
https://stackbl…