Skip to content
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

Multiple build tools #137

Open
mimshwright opened this issue Dec 13, 2024 · 1 comment
Open

Multiple build tools #137

mimshwright opened this issue Dec 13, 2024 · 1 comment

Comments

@mimshwright
Copy link
Contributor

While looking through the codebase it seems the code is using quite a lot of different build tools. For example, I see...

  • next.js
  • vite
  • Rollup
  • ESBuild
  • Turbo
  • pnpm

What are the reasons behind all the different setups? Would it be a lot of work to unify this in some way or remove unused tools?

@bernaferrari
Copy link
Owner

bernaferrari commented Dec 13, 2024

rollup is old.

Right now I try to follow a standard turborepo package, where I have the plugin, the UI, and a web tester with a fake UI so you can test the UI independently of Figma, this is the logic.

The goal is something like this: https://turbo.build/repo/docs/crafting-your-repository/structuring-a-repository

One day I wish it had a docs page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants