Open franciscolourenco opened 5 years ago
Update: Livereload currently only works if webpack-extension-reloader.options.reloadPage
is set to true
.
I've opened a pull request to change that.
https://github.com/rubenspgcavalcante/webpack-extension-reloader/pull/58
Live reload support for extension pages, like popup and options page, was released in webpack-extension-reloader v1.1.1
This ticket is for adding the extension pages to the
webpack-extension-reloader.options.entries.extensionPage
option, and updating the docs where it says live reload is not possible on these pages.