Nuxt Firefox 控制台错误 webpack hmr

Nuxt Firefox console errors webpack hmr

我刚刚使用 npx create-nuxt-app 命令用 Nuxt 创建了一个全新的项目。 这个错误可能与 Nuxt 本身无关,但在我所有的 nuxt 项目中都有它真的很烦人,我很难摆脱它。当我 运行 本地主机的 npm run dev 命令时,它出现在 Firefox 开发者版中。

The connection to http://localhost:3000/__webpack_hmr/client was interrupted while the page was loading.

The connection to http://localhost:3000/_loading/sse was interrupted while the page was loading.

知道如何摆脱这个吗?谢谢

哇,从来没有意识到这个错误总是出现在 Firefox 中。通常,这种东西刷新一次页面就会消失,但它看起来确实在 Firefox 中存在。

我想这与 HMR websockets 的完成方式有关。
这是一个github issue talking about the problem and here is the most up to date mozilla bug report.
不确定后者是否相关。

也许这只是在 Firefox 或与 Vue 相关的特定内容中设置的标志。尽管如此,您可以过滤掉一些错误,但将 -<your-query> 放在控制台搜索中。非常适合消除一些您并不真正关心的恼人错误。

这是它的样子