mlc-ai / web-llm

High-performance In-browser LLM Inference Engine

Home Page:https://webllm.mlc.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[parcel] 🚨 Connection to the HMR server was lost

flatsiedatsie opened this issue Β· comments

When I try to run a custom model I see these warnings in the browser console:

WebSocket connection to 'wss://localhost.dd/' failed: 
runtime-cd9f0e112c595857.js:174 [parcel] 🚨 Connection to the HMR server was lost

It seems the packaging tool, Parcel, is responsible.

  • Does this affect anything?
  • Why does Parcel even try to connect to something at all? I've never seen Webpack do something like this.
  • Can I disable this behaviour?