-
Hi, I'm having an issue where whenever I build my application into a ZIP or a DMG for macOS/darwin and I open the application, it returns the error:
```Uncaught Exception:
Error: Cannot find module 'u…
-
### Overview
The Create React App(CRA) deprecation leaves EA open to lack of support, security risks, and performance issues. To avoid issues moving forward, EA is migrating to use Vite as our build …
-
### Describe the bug
This is a very niche issue that affects Vitest and anyone using the `ModuleRunner` alongside native imports.
This issue appears only when running Vite in `CMD.EXE` and only …
-
## 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…
-
### 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…
-
### What version of HonoX are you using?
0.1.26
### What steps can reproduce the bug?
1. `npm create hono@latest`
2. choose template: `x-basic`
3. Change `vite.config.ts` as in https://github.com…
-
Vite
I have 2 projects:
1. Component library with svg-spritemap plugin. Everything works, storybook works, etc.
2. Main app - no icons showing.
After investigating - I found that app inserting…
-
As someone with a business interruption to their web presence I need to be able to search so that I can find a solution to my use case.
-
**Describe the bug**
There seem to be flaky tests related to the multi-select component when running `yarn test:vite`.
From what I can tell, within the test, we render the multi-select component, clic…
-
Hi, we are using following setup in `vite-config` to generate source-maps:
```typescript
plugins: [
tsconfigPaths(),
vitePluginTypescriptTransform({
enforce: 'pre',
filter: {
…