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

Fix #479 Content Scripts not reloading bug #480

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lucasrmendonca
Copy link

Before, when calling the plugin with the "manifest" option, the Content Scripts were not auto-reloading like they were when listing each entry as a separate argument.

Now, using the "manifest" option also reloads the content scripts.

Checklist

  • I ran the linting and formatting tools (ESLint and Prettier)
  • I added addittional tests if adding new features

Closes #479

@lucasrmendonca
Copy link
Author

Hi @rushilsrivastava @vialoh could you review this when you have the time please?

@vialoh
Copy link
Collaborator

vialoh commented Feb 28, 2024

Hi @rushilsrivastava @vialoh could you review this when you have the time please?

Hey @lucasrmendonca! Thanks for the pull requests. It's hard to say when exactly we'll be able to get around to this. Maybe in a couple of weeks, as we're focused on other things right now. Sorry for the delay!

Before, when calling the plugin with the "manifest" option, the Content
Scripts were not auto-reloading like they were when listing each entry
as a separate argument.

Now, using the "manifest" option also reloads the content scripts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content Script not reloading when using "manifest" argument for plugin
2 participants