Skip to content
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

HMR in production build? #454

Closed
f0rr0 opened this issue Sep 21, 2016 · 1 comment
Closed

HMR in production build? #454

f0rr0 opened this issue Sep 21, 2016 · 1 comment

Comments

@f0rr0
Copy link

f0rr0 commented Sep 21, 2016

After generating a static site, I test it via a simple http-server. The server keeps logging:

127.0.0.1 - - [21/Sep/2016 06:26:22] code 404, message File not found
127.0.0.1 - - [21/Sep/2016 06:26:22] "GET /__webpack_hmr HTTP/1.1" 404 -

every few seconds. Is this intended behavior?

@KyleAMathews
Copy link
Contributor

Do you have the dev site still open? It'll keep trying to reconnect to your
dev server. Close that browser tab and it'll stop trying to reconnect.
On Tue, Sep 20, 2016 at 5:58 PM Siddharth Jain notifications@github.com
wrote:

After generating a static site, I test it via a simple http-server. The
server keeps logging:

127.0.0.1 - - [21/Sep/2016 06:26:22] code 404, message File not found
127.0.0.1 - - [21/Sep/2016 06:26:22] "GET /__webpack_hmr HTTP/1.1" 404 -

every few seconds. Is this intended behavior?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#454, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEVh6_Rd-1444-dDXYJj2hdE4zzKWsuks5qsIEzgaJpZM4KCS8t
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants