Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove webpack dev server + support reloading content scripts #5

Closed
VasilyShelkov opened this issue Sep 6, 2019 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@VasilyShelkov
Copy link
Owner

VasilyShelkov commented Sep 6, 2019

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
Copy link
Owner Author

I'm going to close this issue for now since I'm concerned about the maintainability of the webpack-extension-reloader package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant