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

Remove --info-verbosity verbose from webpack command line #231

Closed
eamodio opened this issue Dec 7, 2020 · 1 comment
Closed

Remove --info-verbosity verbose from webpack command line #231

eamodio opened this issue Dec 7, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified ✓
Milestone

Comments

@eamodio
Copy link
Contributor

eamodio commented Dec 7, 2020

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.

@ilbrando
Copy link

ilbrando commented Feb 7, 2021

Was this the feature which displayed that webpack was beginning compilation and that it has finished? I found that very useful because it made it easy to see when a new output was ready. Is it possible to re-introduce showing this information again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug verified ✓
Projects
None yet
Development

No branches or pull requests

3 participants