remove webpack dev server + support reloading content scripts
VasilyShelkov opened this issue · 1 comments
VasilyShelkov commented
use rubenspgcavalcante/webpack-extension-reloader#37 in order to reload ALL types of browser extensions.. currently only the popup
and background
is being reloaded with webpack-dev-server
which is the default for CRA.
Webpack-dev-server also serves the bundle which is not needed for browser extensions since extensions are served from the filesystem rather than from a server.
VasilyShelkov commented
I'm going to close this issue for now since I'm concerned about the maintainability of the webpack-extension-reloader package