You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
use rubenspgcavalcante/webpack-extension-reloader#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.
The text was updated successfully, but these errors were encountered: