Improve build system
Abierto
@NoelDeMartin ya está trabajando en esto.
Desde el 2/6/2026.
- 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
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.