element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
GNU Affero General Public License v3.0
11.04k stars 1.96k forks source link

Consider switching to Yarn Workspaces for development #16512

Open turt2live opened 3 years ago

turt2live commented 3 years ago

https://classic.yarnpkg.com/en/docs/workspaces/

turt2live commented 3 years ago

rationale/benefit is that this would mean no longer having to do the develop or yarn link hacks: it just works. Downside is we need to add ../node_modules in a ton of places.

tiziodcaio commented 1 year ago

I'm trying using git subtree (not submodules) to easily import sources, and then using workspaces to be more Soon publishing something 🤗