-
### Describe the bug
Some config options are set by sveltekit and are not warned if they are overriding user-supplied vite options, though other options do have warnings enabled.
For example, the …
-
Just curious about your thoughts on this; currently all fonts from the manifest are added with `@preloadFonts`. So when you've multiple CSS files (for multisite):
```js
export default defineConfig…
-
## Premier essai
Cette erreur sur la main window en dev (mais pas sur /side_window) après avoir activé le mode strict :
![image](https://github.com/user-attachments/assets/eea071ee-b0a3-44fc-975…
-
开发环境:
- node v20.16.0
- vite v5.20.0
- ant v5.4.0
页面代码:
```
import { EllipsisOutlined, PlusOutlined } from '@ant-design/icons';
import type { ActionType, ProColumns } from '@ant-design/pro-co…
-
## Bug Report
### Steps to Reproduce:
Trying to update the [vite example](https://github.com/ProspectiveCo/perspective-vite-example) to perspective 3.1.0 fails for two reasons:
1. Top-level a…
-
### Version:
- `@inertiajs/react` version: 1.0.0
### Describe the problem:
this error is produced when using private channel with pusher.
public channel works fine without any error.
us…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
I created a fork on github and wanted to use it instead of the original npm package. On running yarn install with yarn2…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please…
-
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)
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```