-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Cannot set property 'hot' of undefined #833
Comments
The first one should be |
Haha. This is what I get for coding too long. Thanks. This is embarrassing! |
excuse me,i have same problem, can you tell me the solution? |
When I do npm start |
@ebardajiz probably 😄 but in all seriousness, try applying your config to a known-working use of the API by forking this repo and copying your config over to https://github.com/webpack/webpack-dev-server/tree/master/examples/node-api-simple. If it works, then it's something else in your project. If it doesn't work, then it's a webpack config issue. |
What is the current behavior?
Getting:
When doing:
Seems others are getting this too: webpack/webpack#2387
What is the expected behavior?
For the dev server to work.
Please mention your webpack and Operating System version.
webpack-dev-server 2.4.1, Mac OS Sierra
The text was updated successfully, but these errors were encountered: