Skip to content

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
@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

2 participants