We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type:
Environment:
I'm going to open a PR:
Description: I currently below is my config
new ExtensionReloader({ port: 9090, reloadPage: true, entries: { // TODO: reload manifest on update contentScript: "contentScript", background: "background", extensionPage: ["popup", "options"], }, })
Whenever a change is there it reloads all of the tabs to which my chrome extension has access. Is there a way to just reload the active tab?
The text was updated successfully, but these errors were encountered:
for me reload works only on contentScript and background not extensionPage: ["popup", "options"],
Sorry, something went wrong.
No branches or pull requests
Type:
Environment:
I'm going to open a PR:
Description:
I currently below is my config
Whenever a change is there it reloads all of the tabs to which my chrome extension has access.
Is there a way to just reload the active tab?
The text was updated successfully, but these errors were encountered: