-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't workingseenI've seen and read this issue and I'll try find some time soon to work on it.I've seen and read this issue and I'll try find some time soon to work on it.
Description
Describe the bug
I keep getting this annoying error message in my dev console:
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.
To Reproduce
- Use Vite with Svelte 5?
- Open the dev build site and volià
Expected behavior
Not to send those messages or generate this incorrect chunk
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Chrome
- Version: latest
- Node: 22
Additional context
I know the issue might just be from the @microsoft/fetch-event-source package, and I made an issue there, but the project seems to be abandoned
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingseenI've seen and read this issue and I'll try find some time soon to work on it.I've seen and read this issue and I'll try find some time soon to work on it.