-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Proposal for Simplifying Updates to Old Browser Extension Projects #607
Comments
But this is a template, not a package like e.g We're creating new folder structure because of new modules and etc. And There's so many conflicts, because user decided to remove When user update it, then this folder return to his project, or if he change names of folders, update is totally unable to do, In the case of the possibility of this solution, they need to follow only us folder structure, and this need to be defined by us of course, and there's no flexibility for users, and bigger folder structure change will be also hard to implement on user working env, because of the changes in e.g folders name or structure. I think this update engine could be a monster, because of the files which user have already on his/her project, and if we have other names between version, we're need to create additional script for this migration engine. This is not that easy, to implement, it will be next complication for this template. Keep in mind, that's next this which can break down, and we will have next bugs to repair, very hard to reproduce and time-consuming. But this idea of the separated packages like e.g Maybe i don't see sth, and it's possible to implement, but i haven't seen it before in other templates. It's better idea, to create this separated packages, and on the realase description, users can see changes and decide if they want to implement it or don't. I was thinking about what you've described a year before, but i gave up this because of the complication. |
Thx , got it .. |
If this is achieved, it would be incredibly convenient 👍 |
As @PatrykKuniczak said, feature-specific management via npm packages would be a huge benefit, maybe we could separate the abstracted VITE settings, HMR modules, etc. into packages for better update benefits. I think it's a good direction to think about, and I'm planning to open a discord community in August, so we can discuss it further there. Whatever it is, if it helps people developing Chrome extensions, I think it's worth it. 😄 |
@Jonghakseo We achived 2k stars on repo, well done for every contributor ❤ |
I closing this, it will be implemented in the near future. |
Description:
Problem:
Our repository has been used to develop many browser plugins. However, as the repository is updated, it becomes challenging to apply these updates to older projects. These changes are often extensive and can be disruptive to multiple repositories.
Proposed Solution:
I propose a more efficient update mechanism by publishing packages to npm under the
package
directory. By treating these as dependencies, we can update the packages more easily. This approach offers several benefits:package
in the monorepo. They only need to include the essential configurations and their custompages
.Benefits:
The text was updated successfully, but these errors were encountered: