vite-plugin-web-extension
vite-plugin-web-extension copied to clipboard
Extension works only after reload in extension manager
Currently working on redirecting extension, but it seems to work only after reload in extension manager. When i close the browser the popup and contentScript seems to work but scripts from background not. Any clue why?
Manifest V2 or V3? Not working how? A reproducible example would be helpful.
The only thing I can think of is that they closed the dev server which would make sense since they are served via a localhost uri to allow for HMR. Not having any issues regarding restarting the browser etc. causing any issues.