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

Application does not run on IE9 #207

Open
warjohn123 opened this issue Feb 8, 2017 · 1 comment
Open

Application does not run on IE9 #207

warjohn123 opened this issue Feb 8, 2017 · 1 comment
Labels

Comments

@warjohn123
Copy link

When I npm start the application, on IE9 it has this error:

webpack-hot-middleware's client requires EventSource to work. You should include a polyfill if you want to support this browser: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events#Tools

@fesor
Copy link
Collaborator

fesor commented Feb 8, 2017

You should include a polyfill if you want to support this browser: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events#Tools

Basicly this is the answer. Just add this polyfil only for your dev builds. Or you could just disable wepack-hot-middleware.

@fesor fesor added the question label Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants