-
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…
-
### `package.json` file
```json
{
"name": "coppola-final",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"lint": "e…
-
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.
-
### Describe the bug
Select component filter field cannot filter Turkish words such as İstanbul, İzmir, Şanlıurfa etc.
### Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-templat…
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
### 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)
### …
-
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.
-
```
const test = [
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
]
test.forEach((module, index) => {
console.log…
-
### 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 …
-
### Describe the bug
I am trying to create a legacy-only build (no modern chunks) using the Legacy plugin that outputs working code which includes the web worker files.
What is happening is that w…