You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to Webpack 5, --info-verbosity verbose was needed for proper problem matcher support, but that option no longer exists (and is thankfully unneeded for problem matcher support).
With that flag, Webpack will die with the following:
[webpack-cli] Unknown argument: --info-verbosity
This also completely breaks the F5 ability -- as the build will fail.