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
How can I include a background script to be parsed? and moved to the dist folder?
Thanks, great plugin so far
The text was updated successfully, but these errors were encountered:
Sorry for the late reply @notflip
What I did so far is to add in another file in src called background/index.ts in vue.config.js
background/index.ts
vue.config.js
// push background script pagesObj.background = { entry: `src/background/index.ts`, };
This project was done over the weekend, but I didn't have time to maintain on this.
Sorry, something went wrong.
No worries at all! Thanks for having made this.
I'll leave this issue open since it's not yet implemented
@superoo7 what about Content Scripts?
No branches or pull requests
How can I include a background script to be parsed? and moved to the dist folder?
Thanks, great plugin so far
The text was updated successfully, but these errors were encountered: