SolidOS / SolidOS/solid-ui

Improve build system

Open
#780 0 comments 0 reactions 1 assignee View on GitHub

@NoelDeMartin is already working on this.

Since Jun 2, 2026.

  • #398 by @NoelDeMartin — merged
  • #419 by @NoelDeMartin — merged
  • #787 by @NoelDeMartin — merged
Dominant language
TypeScript
Stars
153
Forks
46
Avg merge
1d 8h
Merged PRs (30d)
7

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.