-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
webpack serve
fails with TypeError: cli.commandLineArgs is not a function
#1814
Comments
Thanks for the report, yep the serve package(and I think all sub packages) needs bump and release. /cc @evilebottnawi |
Yes, let's do release today Fixed in master |
marcelgerber
added a commit
to owid/owid-grapher
that referenced
this issue
Sep 22, 2020
marcelgerber
added a commit
to owid/owid-grapher
that referenced
this issue
Sep 26, 2020
marcelgerber
added a commit
to owid/owid-grapher
that referenced
this issue
Oct 7, 2020
marcelgerber
added a commit
to marcelgerber/owid-grapher
that referenced
this issue
Nov 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With
webpack-cli@4.0.0-beta.9
andwebpack@5.0.0-rc.0
, whenever I runwebpack serve
I only get this error:To Reproduce
Run
yarn webpack serve
.Expected behavior
A webpack dev server starts without errors, like it did with
webpack-dev-server
before.Please paste the results of
webpack-cli info
here, and mention other relevant informationAdditional context
I would think this is because
@webpack-cli/serve
has not been updated since #1712 landed, and is still at version1.0.1-alpha.5
.The text was updated successfully, but these errors were encountered: