webpack-extension-reloader icon indicating copy to clipboard operation
webpack-extension-reloader copied to clipboard

[Question] Can this support hot reloading a Popup's JS bundle (defined by another entry))

Open VasilyShelkov opened this issue 5 years ago • 1 comments

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 :)

VasilyShelkov avatar Jun 05 '19 21:06 VasilyShelkov

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

rubenspgcavalcante avatar Jul 24 '19 12:07 rubenspgcavalcante