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
I'm trying to get hot reload working in my Manifest v3 extension. I've set it up in the same as in this project, and it successfully connects and sees there are changes. However, it throws an error on recompiling.
This makes sense to me since MV3/service worker has no access to DOM. Yet that's how the changes seem to be getting applied (via script tag injection). Am I missing something? Is there truly no way to get hot reload working in a MV3 extension?
The text was updated successfully, but these errors were encountered:
I'm trying to get hot reload working in my Manifest v3 extension. I've set it up in the same as in this project, and it successfully connects and sees there are changes. However, it throws an error on recompiling.
This makes sense to me since MV3/service worker has no access to DOM. Yet that's how the changes seem to be getting applied (via script tag injection). Am I missing something? Is there truly no way to get hot reload working in a MV3 extension?
The text was updated successfully, but these errors were encountered: