antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template
MIT License
2.92k stars 225 forks source link

Can we add hot update of contentScripts in development environment? #196

Open weiShaoY opened 1 month ago

weiShaoY commented 1 month ago

Clear and concise description of the problem

My plugin needs to insert specific elements on certain pages. The development environment cannot be hot-updated, which is too inconvenient.

Suggested solution

contentScripts is changed to the same hot update as option

Alternative

No response

Additional context

No response

Validations