-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Description
I keep getting this annoying error message on my SvelteKit (with Vite) app through the svelte-sse package, but the package itself doesn't have anything to do with it as I checked
Not found: /node_modules/@microsoft/fetch-event-source/src/parse.ts
Not found: /node_modules/@microsoft/fetch-event-source/src/fetch.tsI did some investigating and found that this chunk map is generated
which doesn't exist, this causes my app to try to reoptimize the dependencies, so some unnecessary server restarts
not sure if the issue should be here or at Vite's repo, but I'mma start here
Metadata
Metadata
Assignees
Labels
No labels