-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
What's the difference between webpack/hot/dev-server
and webpack/hot/only-dev-server
?
#658
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
|
@SpaceK33z Thanks. I wrote a demo to test it. But it seems nothing different. |
What version of webpack-dev-server are you running? This is not fully supported on webpack v1 yet. Also see #655. |
@mrdulin ping ^ |
I'm closing this issue because of inactivity. Feel free to comment, and we can always re-open it again. |
hot/only-dev-server” Vs “/hot/dev-server” You can use just one of them. The main difference is as follows: Link: |
Thanks.
The text was updated successfully, but these errors were encountered: