-
### 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…
-
### 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…
-
Hi Florian,
I'm digging into this project as Im comparing OG image generator options for Astro. As I see it, `satoriAstro({...})` provides some very nice helper methods, a bit of a Swiss Army knife…
-
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…
-
I've been hacking getting this to work with vite, using vite-plugin-babel, but ideally this would have native vite plugin, for performance reasons.
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
### `package.json` file
```json
{
"name": "coppola-final",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"lint": "e…
-
### 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)
### …
-
```
const test = [
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
]
test.forEach((module, index) => {
console.log…