-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
--https- namespaced CLI commands don't seem to work. --https-key --https-cert . ] TypeError: Cannot create property 'cert' on boolean 'true' #3306
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
@oller don't pass |
Hi thanks for reply, I tried that as mentioned above. I then get a different error? Let me try again.... |
|
ah ok, the remaining errors seem related to my config. So the issue was defining |
It looks like you need to update your webpack config, |
That's right, I'll close this issue for now then, someone can re-open it if they encounter the same issue in the future, perhaps scope for a more specific msg. Thanks for the prompt replies and help @snitin315 ! |
Let's keep it open, we should improve the error here, I will update it in the near future. |
Code
Running webpack serve via the CLI with https cert options seems to error
The above will error with:
I tried omitting the
--https
as I wasn't sure if that was not necessary due to the namespced key and cert options being passed. That gets past that previous point of error in the compilation but then errorsExpected Behavior
Be able to pass
--https --https-key ../path --https-cert ../path
optionsActual Behavior
Errors
For Bugs; How can we reproduce the behavior?
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: