Closed VasilyShelkov closed 3 years ago
use https://github.com/rubenspgcavalcante/webpack-extension-reloader/pull/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.
popup
background
webpack-dev-server
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.
I'm going to close this issue for now since I'm concerned about the maintainability of the webpack-extension-reloader package
use https://github.com/rubenspgcavalcante/webpack-extension-reloader/pull/37 in order to reload ALL types of browser extensions.. currently only the
popup
andbackground
is being reloaded withwebpack-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.