-
### How can we reproduce the crash?
Run a remix.run (Vite) via bun --bun
Package.json script:
"dev-remix": "remix vite:dev",
"dev": "bun --bun run dev-remix",
### Relevant log output
```shell
bun …
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
### Summary
Hi, I am getting the error "TypeError: Cannot read properties of undefined (reading 'slice')" when using crypto in my Vite project.
Vite version is 5.3.3.
Error message
```…
-
Here are some quick steps to reproduce. If I had more time I'd provide a more stripped-down example.
1. Make a new app from a vite template. The react-ts template sets up an app that uses tsconfig …
-
### Describe the bug
I install dependencies with vite ^5.3.1 (latest minor updates available) and fail with error
```
$ vite
file:///home/project/node_modules/vite/dist/node/chunks/dep-BWSbWtLw.js…
-
## Version
`@tailwindcss/postcss^4.0.0-alpha.25` & `tailwindcss^4.0.0-alpha.25`, i.e all versions of v4 alpha from **25** to **33** (as of this writing).
## Environment
Output of `npx envinfo…
-
### Vite Plugin Version
1.0.6
### Laravel Version
11.33.2
### Node Version
18.20.4
### NPM Version
10.9.0
### Operating System
Windows
### OS Version
11 (23H2)
### …
-
Reported on discord: https://discord.com/channels/684898665143206084/1292952503213883534/1292952503213883534
if i'm importing something from npm with an npm: specifier (i.e. npm:vite), if it has ty…
-
### Steps to reproduce
I have a Vite project setup to create lib or module for consumption my Nextjs 14 project. I have one RSC component in my Vite project. Here is source:
```
import { styl…
-
```
const test = [
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
]
test.forEach((module, index) => {
console.log…