webpack-hot-middleware's client requires EventSource to work.
See original GitHub issueIn Edge I get this console error: “webpack-hot-middleware’s client requires EventSource to work.”
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
SCRIPT445: SCRIPT445: Object doesn't support this action
in client.js (94,1)
I tried downgrading querystring to 5.1.1 as per this issue
Are there instructions / polyfill already included I can enable?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
IE11: webpack-hot-middleware's client requires EventSource ...
Describe the bug IE11 doesn't hot reload as you make changes. To Reproduce Steps to reproduce the behavior: Get setup: git clone ...
Read more >Error when I tried to upgrade from webpack3 to webpack4
I'm getting this below error when I upgraded my project from webpack 3.x to webpack 4.0.0
Read more >@webapp-suite/webpack-hot-middleware - npm
Start using @webapp-suite/webpack-hot-middleware in your project by running `npm i @webapp-suite/webpack-hot-middleware`.
Read more >EventSource polyfill for IE11 gremlins - sage - Roots Discourse
webpack-hot-middleware's client requires EventSource to work. You should include a polyfill if you want to support this browser: ...
Read more >webpack-hot-middleware | Yarn - Package Manager
Webpack hot reloading using only webpack-dev-middleware. This allows you to add hot reloading into an existing server without webpack-dev-server.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
frenzzy, thanks for the update. I have done what you said but now receive:
SCRIPT438: Object doesn't support property or method 'finally'
.It shows this error is coming from eventsource.js.
Yes, this is relevant in development mode only. How to fix:
yarn add --dev event-source-polyfill
import 'event-source-polyfill'
as a first line totools/lib/webpackHotDevClient.js