I have to manually reload my extension (`chrome://...
# 💡feature-requests
m
I have to manually reload my extension (
chrome://extensions/
) after restarting
npm run dev
. This is because after the hmr WebSocket connection is lost, it never tries to reconnect. https://github.com/PlasmoHQ/plasmo/blob/main/packages/parcel-runtime/loaders/hmr-runtime.js Can I open a PR to fix this or is there another work around?