webpack-extension-reloader
webpack-extension-reloader copied to clipboard
[Question] Can this support hot reloading a Popup's JS bundle (defined by another entry))
Type:
- [ ] bug
- [ ] feature
- [ ] enhancement
- [x] question
Environment:
- OS:
- Browser:
- Library Version:
I'm going to open a PR:
- [ ] yes
- [ ] no
- [x] maybe
Description:
Is there a reason that this package can't support a popup.html JS bundle which is linked and a separate entry point to background
and content-script
? I can achieve this with webpack-dev-server
but would prefer to use 1 development server if possible.
Thanks for your work on this package and if I can help support this happening then I will be happy to :)
Humm, need to check how to do this using the native extension SDK 🤔 Currently I'm really busy and with no time to work on the project on my free time, so if you open a PR you'll be very, very welcome! :D