pacexy/mv3-hot-reload

Allow to configure `ignoreInitial` in watcher

Opened this issue · 0 comments

Currently ignoreInitial is set to true. Would it be possible to allow the user to configure this option? The problem I am facing is that every time I close my development server and start it again I need to reload the extension manually. With this option set to false, there would not be a need to reload it manually.

I can imagine using it like this:

mv3-hot-reload --reload-on-start

Thanks