Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
weiShaoY opened this issue Oct 9, 2024 · 1 comment
Open
3 tasks done
Labels
enhancement New feature or request

Comments

@weiShaoY
Copy link

weiShaoY commented Oct 9, 2024

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

@weiShaoY weiShaoY added the enhancement New feature or request label Oct 9, 2024
@xbzhang2020
Copy link

xbzhang2020 commented Feb 27, 2025

Hi, maybe you can try WebExtend, a build tool for web extensions. It provides true HMR for content_scripts/popup/options..., and it's really lightning fast.

Meanwhile, we provide the migration document that helps you migrate to WebExtend quickly and easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants