-
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.
…
-
### What version of React Router are you using?
7.0.0-pre.0
### Steps to Reproduce
- Enable SPA mode (`ssr: false`)
- Set the basename to /chat/
- Enable prerender.
- Build the app with `n…
-
### Describe the bug
The Support of Svelte 5 is almost 100% the only problem is when I try to use {@render children()} instead of in _module.svelte files I get the following error:
> Uncaught Sve…
-
### Reproduction
Laravel , Vite
### Describe the bug
When you try to download sidebar package on fresh project.
`npx shadcn-vue@latest add sidebar` The following error occurs.
```js
⠸ Instal…
-
### Describe the bug
I was tracking down an issue where `process.env.NODE_ENV` was being set automatically somehow, and I have tracked it down to calling vite's `createServer`. This was definitely un…
-
### 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
I accidentally upgraded eslint to 9.16.0 and got this:
```sh
pnpm lint --version
> @ lint /Users/ah/SVN-Checkouts/TST/react-server
> eslint "--version"
v9.16.0
ah@voy…
-
## 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 …
-
### Current Behavior
Whenever I run the `build-storybook` task on a `vite` generated library, it copies the files from `nxCopyAssetsPlugin` call in `vite.config.ts` to
```
/Users/{user}/path/to/mono…
-
### Version
"@nuxtjs/strapi": "^1.12.0",
"nuxt": "^3.11.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
### Steps to reproduce
I have a clean Nuxt installation. Add the package how it's r…