-
Notifications
You must be signed in to change notification settings - Fork 127
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
Error in running ./node_modules/.bin/hjs-dev-server #270
Comments
Getting the same error : my webpack.config.js:
package.json:
|
Hi, was facing the same issue (mine was due to typo mistake). hjs-webpack attachs the devServer property when |
Hello all,
I'm a newbie in React and I just came across the hjs-webpack plugin. I keep getting an error each time I run ./node_modules/.bin/hjs-dev-server on my terminal. Here is the error:
TypeError: Cannot read property 'https' of undefined
My webpack.config.js file is as follows:
And my app.js is:
I will really appreciate you if you can help me with this. Thank you!
The text was updated successfully, but these errors were encountered: