Open notflip opened 5 years ago
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
// 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.
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?
How can I include a background script to be parsed? and moved to the dist folder?
Thanks, great plugin so far