We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once I load the extension in chrome, changes to content_script.ts don't seem to live reload. A few notes:
content_script.ts
dist/js/content_script.js
background.ts
I have tried:
None of that worked, the only thing that worked was removing and re-adding the extension.
Any idea of why I have having this issue? Thanks!
The text was updated successfully, but these errors were encountered:
I actually just found a little reload icon from the extensions list page, which did the trick.
Still wondering, is this the way to do it? Is there a way to trigger the refresh automatically?
Sorry, something went wrong.
@riccardoferretti , yes that's how we're supposed to do. Chrome plugin once built is not automatically reloaded.
No branches or pull requests
Once I load the extension in chrome, changes to
content_script.ts
don't seem to live reload.A few notes:
dist/js/content_script.js
is updatedbackground.ts
are propagated if I refresh the devtools for the background "page"I have tried:
None of that worked, the only thing that worked was removing and re-adding the extension.
Any idea of why I have having this issue?
Thanks!
The text was updated successfully, but these errors were encountered: