-
Notifications
You must be signed in to change notification settings - Fork 296
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
Uncaught TypeError: Cannot read property 'EventSource' of undefined #13
Comments
Must be related to #12 - can you include a stack trace? |
Is there a good way to get a decent stacktrace for this? I'll add what I get in the console below, but I doubt it will be very useful.
|
Hmm, looking in to it a bit more the wrapper wrapper for EventSource takes an argument |
|
There's been a few issues with the eventsource polyfill, I've deprecated I'm hoping to release another version later with a working polyfill, so I'd still like to figure out what went wrong here. Can you post your webpack config? I have a theory it's related to the nodejs settings in there. |
Is this caused by using babel-loader without |
base webpack config
modification when running hot
|
@insin excluding node_modules did the trick thanks for pointing it out |
Ok cheers, will include the docs about this in the proper fix for #11 |
When updating from 2.0.0 to 2.0.1 I started getting this exception.
The text was updated successfully, but these errors were encountered: