adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
426 stars 76 forks source link

Support webpack-extension-reloader.options.entries.extensionPage live reload #65

Open franciscolourenco opened 4 years ago

franciscolourenco commented 4 years ago

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.

franciscolourenco commented 4 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