-
"scripts": {
"start": "vite",
"build:pro": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@use-telegram-auth/client": "^1.0.5",
"vue": "…
-
While this is not a problem as of now, we should be concerned about the size of our repo; specially, from photos, videos, and the like.
We could employ a mixed strategy using minifiers, compressors…
-
### Dependency
- [x] Merge: https://github.com/hackforla/311-data/issues/1778
### Overview
As a consequence of our Vite migration, we need to document the necessity for components to have .jsx …
-
### 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…
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
Hello, when using react-scan in the dev/debug version of our vite app, we have to set `runInProduction` to `true` for the scan to start. Is this expected?
-
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…
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please…
-
开发环境:
- 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…