Jonas Budelmann

Results 5 issues of Jonas Budelmann

Probably an uncommon scenario in terms of how project is setup, as components are rendered into iframes. The first change reloads fine but subsequent changes nothing happens. https://user-images.githubusercontent.com/598870/122668760-c2d3cb80-d20d-11eb-99d2-e72312bde7de.mp4 sample project...

Would be nice if there was a way to access the MIMEMessage class from the npm module. for example: ``` import MIMEMessage from "mimetext/MIMEMessage" let envctx = { ... }...

When a worker is a consumer for multiple queues its not possible with the existing types to make the message body type depend on the name of the queue. Changing...

types

### Minimal, reproducible example ```TypeScript import { WorkerEntrypoint } from "cloudflare:workers"; import puppeteer, { type Browser } from "@cloudflare/puppeteer"; export default class extends WorkerEntrypoint { async queue(_batch: Batch) { let...

bug
unconfirmed

### What versions & operating system are you using? vite: 6.3.5, wrangler: 4.19.2, @cloudflare/vite-plugin: ^1.5.1, ### Please provide a link to a minimal reproduction https://github.com/cloudkite/vite-plugin-test ### Describe the Bug When...

bug
vite-plugin