Skip to content
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

Release 8.1.1 - disable runtimeErrors in webpack-dev-server overlay #336

Merged
merged 1 commit into from Mar 23, 2023

Conversation

redbugz
Copy link

@redbugz redbugz commented Mar 23, 2023

webpack-dev-server 4.12.0 added a new feature to show runtime errors in the error overlay by default.
webpack/webpack-dev-server#4605
This resulted in constant ResizeObserver errors in dev mode.
webpack/webpack-dev-server#4771
They added a config for this in 4.13.0
webpack/webpack-dev-server#4773
This uses that new config to disable that feature until we can filter the errors (webpack/webpack-dev-server#4777) or fix ResizeObserver

Fixes FRONTIER-683

@redbugz redbugz requested a review from joeycozza March 23, 2023 13:08
@joeycozza joeycozza merged commit 0d8deea into frontierMaster Mar 23, 2023
2 checks passed
@joeycozza joeycozza deleted the disable-runtime-error-overlay branch March 23, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants