SolidOS / SolidOS/solid-ui

Improve build system

Aperta
#780 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@NoelDeMartin ci sta già lavorando.

Dal 2/6/2026.

  • #398 di @NoelDeMartin — integrata
  • #419 di @NoelDeMartin — integrata
  • #787 di @NoelDeMartin — integrata
Lingua principale
TypeScript
Stelle
153
Fork
46
Merge medio
1g 8h
PR unite (30g)
7

Descrizione

The current build system has a series of issues that should be resolved, in particular:

  • Component bundles are rolled-up, meaning that component used by more than one wrapper component throw an error on import.
  • The build config is spread throughout multiple build tools depending on the environment: Babel, Webpack, Jest, Storybook, etc.
  • Components have to be declared individually in package.json (which is automated with a script, but still not ideal).

Ideally, we'll solve this by migrating to Vite; which should also serve to modernize the tooling in the repository. However, if it isn't possible (or seems like too much work), we should at least fix these with the current tooling.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.