SolidOS / SolidOS/solid-ui

Improve build system

Abierto
#780 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@NoelDeMartin ya está trabajando en esto.

Desde el 2/6/2026.

  • #398 de @NoelDeMartin — fusionado
  • #419 de @NoelDeMartin — fusionado
  • #787 de @NoelDeMartin — fusionado
Lenguaje dominante
TypeScript
Estrellas
153
Forks
46
Merge medio
1 d 8 h
PR fusionados (30 d)
7

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.