Improve build system
オープン
@NoelDeMartin がすでに取り組んでいます。
2026年6月2日 から。
- 主要言語
- TypeScript
- スター
- 153
- フォーク
- 46
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 7
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。