You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make Hypercrx available in Firefox(#499), even make it available in Safari someday. In the same time, we avoid introducing extra complexity into this project. That is, we do not like to write different code for different target platforms.
So plasmo comes to our aid. plasmo is a brand new extension framework for extension developers to start an extension project quickly. It abstracts away most of the manifest details and handles dev and product building processes for us. The most important thing is, it supports building extensions that are targeted to Chrome, Edge, and Firefox(mv2 only atm) in the same time, and even Safari is already on the agenda!
If turning to this framework, we will not need to worry about how to build extensions for different targets. What a relief.
There are other reasons:
plasmo takes turbo as its bundler, which can be 3x faster than webpack as they claimed. In extreme cases the number can be 300x.
and it also hides all details of how to start a devserver and how to build the product. so we don't need to worry about complex configurations.
it supports live-reload and HMR, which is already supported in Hypercrx, but was implemented without enough elegance.
Apparently plasmo can do Hypercrx already can do(I believe they do them better), and it does more things which we are not able to reach at the moment. We may turn to this powerful framework to make Hypercrx project more robust and equipped with technologies of state of the art.
I suggest to create a new branch called refactor/plasmo in this repo. After all things are settled down, the branch will then be merged into master.
The text was updated successfully, but these errors were encountered:
Description
We want to make Hypercrx available in Firefox(#499), even make it available in Safari someday. In the same time, we avoid introducing extra complexity into this project. That is, we do not like to write different code for different target platforms.
So plasmo comes to our aid. plasmo is a brand new extension framework for extension developers to start an extension project quickly. It abstracts away most of the manifest details and handles dev and product building processes for us. The most important thing is, it supports building extensions that are targeted to Chrome, Edge, and Firefox(mv2 only atm) in the same time, and even Safari is already on the agenda!
If turning to this framework, we will not need to worry about how to build extensions for different targets. What a relief.
There are other reasons:
Apparently plasmo can do Hypercrx already can do(I believe they do them better), and it does more things which we are not able to reach at the moment. We may turn to this powerful framework to make Hypercrx project more robust and equipped with technologies of state of the art.
I suggest to create a new branch called
refactor/plasmo
in this repo. After all things are settled down, the branch will then be merged intomaster
.The text was updated successfully, but these errors were encountered: