Improve build system
Open
@NoelDeMartin is already working on this.
Since Jun 2, 2026.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.