-
-
Notifications
You must be signed in to change notification settings - Fork 627
Migrate webpack-dev-server CLI to webpack-cli serve #900
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
Labels
Comments
5 tasks
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days. |
Bump |
Fixed, but with a lot of bugs 😞 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The Dev Server's CLI should live in
webpack-cli
. This will make project configuration easier for users, and will force minimization of configuration changes that the CLI makes, creating uniformity between the Dev Server's CLI and API.Describe the solution you'd like
webpack-cli
serve should call the Dev Server API, not the CLIbin/webpack-dev-server
toserve
packagewebpack-cli serve
Describe alternatives you've considered
N/A
Additional context
EDIT:
webpack-cli serve
The text was updated successfully, but these errors were encountered: