-
How does `esbuild` compare to `vite` in terms of build performance, simplicity, type safety, and ease of use?
-
## What happens?
新建 umi simple app 后,使用 `umi g jest` 增加 jest 配置,无法运行 test。
## Mini Showcase Repository(REQUIRED)
> Please provide a [minimal reproduction](https://stackoverflow.com/…
-
### Describe the bug
every time it fixes an error it goes wrong a million ways and waters a lot of tokens
### Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-cbx7zg
### Steps to…
-
### Describe the bug
This code in the typescript block of a svelte component fails:
```ts
const increment = ({ increment } : { increment?: number } = {}) => {
count += 1
}
```
wit…
enyo updated
23 hours ago
-
**Is your feature request related to a problem? Please describe.**
I'm a long time user of Vue in a webpack context and i'm giving a try to Vite.
So far It's been a pleasant journey : Dev mode is re…
-
**Version**
- @microsoft/teams-js@2.31.1
- @vitejs/plugin-react@4.3.3
- typescript@5.6.3
- vite@5.4.11
**Description**
I got an error when I update `@microsoft/teams-js` version from `2.23.0` …
-
### Describe the bug
Vite injects __vitePreload on each dynamic import, I would expected this not be included when `modulePreload` is set to `false`.
Eg. If I want to handle preloading manually…
-
Would be great if you guys make numjs compatible with [vitejs](https://vitejs.dev/) (which is insanely fast).
I just created a blank project and just try to add it in the main.js file like so:
`…
-
https://vitejs.dev/ comes with a very fast build/reload/serve for JavaScript applications. Condidering,
```json
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
…
-
I am traying to migrate react app to use vitejs .
after migration I am getting an error
"Uncaught ReferenceError: cptable is not defined"
link to reduce
https://stackblitz.com/edit/vitejs-vite…