-
### Describe the bug
I install dependencies with vite ^5.3.1 (latest minor updates available) and fail with error
```
$ vite
file:///home/project/node_modules/vite/dist/node/chunks/dep-BWSbWtLw.js…
-
![Capture](https://github.com/user-attachments/assets/ea3d7aba-e97a-4a8e-ba88-6891ddf37ad9)
![Capture1](https://github.com/user-attachments/assets/6fab2655-f5b8-47f2-a767-875517d2087a)
-
### How can we reproduce the crash?
Run a remix.run (Vite) via bun --bun
Package.json script:
"dev-remix": "remix vite:dev",
"dev": "bun --bun run dev-remix",
### Relevant log output
```shell
bun …
-
### Versions
- vite-plugin-federation: v1.3.5
- vite: v5.1.0
### Reproduction
[vite] Error when evaluating SSR module virtual:remix/server-build:
|- TypeError [ERR_INVALID_ARG_VALUE]: Th…
-
Can there be a configuration that controls absolute or relative?
This is very helpful when using UI libraries and flat routing
```js
// This is now
{
path: '/test',
children:[{
path: 'd…
-
### Describe the bug
Select component filter field cannot filter Turkish words such as İstanbul, İzmir, Şanlıurfa etc.
### Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-templat…
-
it is stop when run at ffmeg.load()
I got the example on https://github.com/ffmpegwasm/ffmpeg.wasm/blob/main/apps/vue-vite-app/src/components/FFmpegDemo.vue
it is not work in brower
-
Hi, we are using following setup in `vite-config` to generate source-maps:
```typescript
plugins: [
tsconfigPaths(),
vitePluginTypescriptTransform({
enforce: 'pre',
filter: {
…
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```
-
20:52:22 [vite] http proxy error at /api/auth/signup:
Error: connect ECONNREFUSED ::1:3000
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)