-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Webpack dev server URL should be displayed more prominently #4907
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
Comments
We've done this before but got a lot of feedback that it gets in the way, so we did it once, I'm afraid we can't please everyone, maybe only under the option |
Making it optional sounds reasonable. 👍 I'm curious what it gets in the way of, though? Another idea would be for reprinting to be triggered by some keystroke such as SPACE in the shell window. |
Some developers consider it spammy and annoying
Yeah, I think it is a good idea too, feel free to send a PR |
Hey I am Interested in contributing this issue, How to get started ? |
I’ve made a small change so the Dev Server URL shows up only when the user presses ‘u’, with a clear prompt. Would you be open to a PR for this? |
@HTGA75 I am fine with it under the option |
@alexander‑akait |
Feature Proposal
I work in a large monorepo, so when I launch the Webpack dev server, the localhost URL is unpredictable. Different apps may use different ports.
Webpack helpfully prints the URL into the console log, so that you can easily click on it to launch the Chrome web browser. It looks like this:
Currently this message is only printed once. After several incremental rebuilds, the message scrolls off the screen and gets lost. The workaround is to kill and restart the dev server, but for large projects this can mean waiting several minutes for initialization.
Suggested improvement: After every incremental rebuild, print the URL last.
How should this be implemented
A minor change to the logging code:
webpack-dev-server/lib/Server.js
Feature Use Case
This change would make Webpack Dev Server easier to use.
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: