-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] No error overlay #1198
Comments
can confirm this is a problem. bud doesn't use the problem isn't that the overlay is disabled/enabled in I have to look back through the whm issues to see what is relevant and get us fixed up. last i looked at this problem we weren't alone in having issues with whm.but, that was some time ago. |
Thanks for your comment ! |
https://github.com/lukeapage/webpack-hot-middleware i can confirm that this fix work "resolutions": {
"webpack-hot-middleware": "lukeapage/webpack-hot-middleware#master"
} Errors overlay is still not shown if first build (after launching |
i'll visit this after we've gotten SSL in place for dev server. i think it would be really great if HMR could work with esbuild as well. so, there are a couple other things i'd want to look at with whm beyond the scope of this one issue. looks like npm users can use https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides in the meantime? i'm not sure because i don't use npm but it seems the same to me as the |
This will be fixed by: And then ultimately replaced by our own version: |
I'm having a similar issue using bud 5.8.7 with Sage 10.1.7. When I run Things to note :
|
Agreement
Expected Behavior
When an error occurs, there is no overlay that appears on the front.
Actual Behavior
No overlay
Steps To Reproduce
yarn watch
version
@roots/bud/5.4.0
What package manager are you using?
yarn classic
version
1.22.17
Are you using pnpm?
Logs
No response
Configuration
No response
Relevant .budfiles
Same result with default config
Maybe I'm wrong, but when I look at souce files I can see that this configuration is used for bud-server :
The text was updated successfully, but these errors were encountered: