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

Add visual progress indicator #5177

Open
issacgerges opened this issue May 9, 2024 · 1 comment
Open

Add visual progress indicator #5177

issacgerges opened this issue May 9, 2024 · 1 comment

Comments

@issacgerges
Copy link

Feature Proposal

webpack-plugin-serve supported two built-in visual progress indicators (full and minimal). At the moment webpack-dev-server only supports console based progress.

It would be great if webpack-dev-server provided visual progress via options like

   client: {
       progress: 'console' | 'visual' | 'visual/min'
    }

or if the library provided hooks/instruction for folks to implement themselves

Feature Use Case

To visually see the progress of a compilation

Please paste the results of npx webpack-cli info here, and mention other relevant information

n/a

@alexander-akait
Copy link
Member

Hello, do you want to send a PR?

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

No branches or pull requests

2 participants