-
### Describe the bug
When using bun to start, modifying the content of the config.mts file will get stuck at restarting the service
### Reproduction
1. `bun run docs:dev`
2. Visit any page
3. Mod…
-
I have a MERN app I'm trying to deploy to Glitch, which only supports Node up to version 16.x. I want to switch from CRA to Vite in my project, but I'm having dependency resolution issues in NPM.
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Which Component
Tooltip
### Semi Version
> 2.63.0
### Current Behavior
- ❌ Remix v2 vite构建模式, @douyinfe/se…
-
**Describe the bug**
The build system has development dependencies on NodeJS modules for which no FreeBSD-x64 native builds exists
**To Reproduce**
Steps to reproduce the behavior:
_Follow the…
-
### Description
I encountered an error while attempting to build my Strapi app after installing the plugin. The build process fails with the following error related to Vite's Rollup configuration:
…
-
Vite has specific settings that need to be set in `vite.config.ts` and `vitest.config.ts` in order for it to work with Evolu. Those are:
```ts
export default defineConfig({
worker: {
format: …
-
```
const test = [
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
]
test.forEach((module, index) => {
console.log…
-
## Problem
When I try to make use of `enrichTweet` or any function exported from the `react-tweet` package, I get the following error:
```shell
1:08:50 PM [vite] Internal server error: Unknown …
-
Heyo, I am trying to use Svar inside of my SvelteKit project. I went back to a Svelte 4 state (did a clean install of all node dependencies), since Svelte 5 doesn't seem to be supported, yet.
Howe…
-
Currently this plugin does not watch file changes on `vite build --watch`, the `watch` related code are `serve`-only. It would be better to support watching file changes with watched build.