dis-moi / extension

:speech_balloon: Never browse alone again
https://www.dismoi.io/
Other
42 stars 11 forks source link

Hot reloading #188

Open lutangar opened 5 years ago

lutangar commented 5 years ago

Need to find a way to hot reload for a webextension, usually file are served by webpack-dev-server, but here it is served by the filesystem, maybe some solutions:

https://stackoverflow.com/questions/2963260/how-do-i-auto-reload-a-chrome-extension-im-developing https://github.com/schovi/create-chrome-extension

lutangar commented 3 years ago

Update: https://github.com/rubenspgcavalcante/webpack-extension-reloader

I still find this relevant and worth giving it a try!

@felix-lambert would you like to give this a try?

JalilArfaoui commented 3 years ago

@gregoirelacoste we talked about this …

lutangar commented 3 years ago

Yeah, when it's been a while, and I come back working on the extension, I realized how painful it's to work without this.