Improve build system
Đang mở
@NoelDeMartin đang làm issue này rồi.
Từ ngày 2/6/2026.
- Ngôn ngữ chính
- TypeScript
- Star
- 153
- Fork
- 46
- Merge trung bình
- 1 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 7
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.