You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including multiple packs in a page like: = javascript_packs_with_chunks_tag 'app', 'project', 'other'
results in three websockets being opened, and the updated chunk being downloaded three times any time an edit is made. Additionally, console show multiple copies of [HMR] Waiting for update signal from WDS... with no connected message. However, HMR is working
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Including multiple packs in a page like:
= javascript_packs_with_chunks_tag 'app', 'project', 'other'
results in three websockets being opened, and the updated chunk being downloaded three times any time an edit is made. Additionally, console show multiple copies of
[HMR] Waiting for update signal from WDS...
with no connected message. However, HMR is workingWhat am I doing wrong?
The text was updated successfully, but these errors were encountered: