vue-cli-plugin-browser-extension
vue-cli-plugin-browser-extension copied to clipboard
Support webpack-extension-reloader.options.entries.extensionPage live reload
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.
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