StarkShang / vite-plugin-chrome-extension

A vite plugin to bundle chrome extensions for Manifest V3.
MIT License
467 stars 68 forks source link

Missing Livereload #21

Closed riderx closed 2 years ago

riderx commented 3 years ago

i just switch to vite, i was on webpack arch before and livereload was working. file where generated with UUID in the name, for content script it was still needed a reload of the extension and the page. But now i need to remove the extension to make update .

Toumash commented 2 years ago

Hot reload does not work in Chrome Manifest V3, therefor this issue should be closed

riderx commented 2 years ago

Thanks for the feedback, can you link to the doc to know why ?

Toumash commented 2 years ago

The answer is here: https://stackoverflow.com/a/65976345/3711660 Im not really sure about the whole thing, because there is very little to none on this topic, but im trying to get this code to run without luck to check if this is a real issue or not.