-
Notifications
You must be signed in to change notification settings - Fork 374
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
alternative: web extension #42
Comments
@abhijithvijayan I looked at your project and found that the project built with the yarn package management tool, do you plan to consider creating a branch built on npm? |
@hhaoao switching to npm is not that hard. I personally prefer yarn over npm as it is much faster. The repo now is set to use yarn v1 (for now) If you still wanna use npm instead of yarn, feel free to fork it and customize your own as it is a starter for all folks which is flexible. I am working on an issue on the repo now. I can create a branch for npm as well. Also, updating scripts from Submit a PR if you can. Also, feel free to raise an issue on the repo for this issue. |
@abhijithvijayan I follow your prompt to delete the relevant files and modify the package.json file:
But I'm having a small problem,if you know how to fix it please let me know. (I don't know if I'm going to encounter it with yarn),
I didn't modify |
Please migrate this issue to the original repo |
As this project seems to be deprecated. I build another starter with webpack that can build cross browser extension as well. (This repo takes the inspiration)
Its got
Combo as well
https://github.com/abhijithvijayan/web-extension-starter
The text was updated successfully, but these errors were encountered: