This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't swallow MODULE_NOT_FOUND error (vercel#24577)
## Bug - [x] Related issues linked using [`fixes vercel#24328`](vercel#24328 (comment)) - [ ] Integration tests added The change in vercel#24328 will swallow any `MODULE_NOT_FOUND` errors triggered in the page. If you for example have a page with a broken import, it will tell you `Error: Failed to load /whatever`. This of course doesn't really tell people what is going on internally (a broken import). I added a check to see if the error actually happened in the page.
- Loading branch information