adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
425 stars 76 forks source link

HMR for popup #128

Open RyonMB opened 2 years ago

RyonMB commented 2 years ago

Is your feature request related to a problem? Please describe. When I use the live reload for the popup. It gives a ERR_FILE_NOT_FOUND error on the reload. I need to click the popup again to see the changes.

Describe the solution you'd like I would like that the popup stays open on reload without the ERR_FILE_NOT_FOUND error.