Replies: 1 comment
-
Try out WXT instead, it is the spiritual successor to this plugin (that I also wrote), and supports individual content script reloads. https://wxt.dev/guide/resources/migrate.html#vite-plugin-web-extension I haven't officially stopped maintaining this project yet because WXT v1.0 isn't out yet, but after it is, this plugin will go into maintenance mode. So this feature will probably never be added to this plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have several content scripts that each trigger on different domains. If I change the entry file of one, the HMR rebuilds all the content scripts even though they don't share the code in the entry file I updated.
Is there a way to configure plugin so that it only does HMR for the effected content script?
Retriggering HMR for all my content scripts makes development very slow
Beta Was this translation helpful? Give feedback.
All reactions