isaurssaurav / hot-reload-extension-vite-plugin

Simple vite plugin to reload chrome extension on file change.
MIT License
21 stars 4 forks source link

popup reset #6

Closed Coffee-Hot closed 8 months ago

Coffee-Hot commented 8 months ago

good afternoon. Help me how to do a popup reset

isaurssaurav commented 8 months ago

@Coffee-Hot I assume you mean refresh the popup. if so, it already in example directory.

  1. Follow the Usage step and load the extension in browser.
  2. Change something in popup file.

If you open the popup, you should see the changes.