chibat / chrome-extension-typescript-starter

Chrome Extension TypeScript Starter
MIT License
2.39k stars 403 forks source link

content_script not updating #18

Open riccardoferretti opened 4 years ago

riccardoferretti commented 4 years ago

Once I load the extension in chrome, changes to content_script.ts don't seem to live reload. A few notes:

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!

riccardoferretti commented 4 years ago

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?

CodeDem commented 3 years ago

@riccardoferretti , yes that's how we're supposed to do. Chrome plugin once built is not automatically reloaded.