【发布时间】:2020-08-21 23:14:23
【问题描述】:
假设我想支持 IE11(很遗憾,我支持),我该如何让 gatsby develop 在那个糟糕的旧浏览器上工作?
现在,我收到这条消息:
webpack-hot-middleware's client requires EventSource to work.
这个polyfill looks promising,但我已经做到了。
有什么帮助吗?
附:可能值得一提的是,我使用的是 Gatsby v 2.4.7
【问题讨论】:
-
我在同一条船上(不幸的是)。将此添加到您的站点,然后忘记 polyfill:polyfill.io
标签: internet-explorer-11 gatsby