c7s / react-boilerplate

Opinionated 🖤 React-Typescript-Apollo Boilerplate
https://c7s.github.io/react-boilerplate/
MIT License
3 stars 2 forks source link

Починить HMR в IE11 #52

Open fenok opened 5 years ago

fenok commented 5 years ago

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

Попробовал первый полифилл, сообщение пропало, но осталось другое: Collator could not be initialized and wouldn't be used. При этом HMR не работал. Быстрое гугление ничего не дало.