nytimes/kyt

Speed up build/compilation

开放

#216 创建于 2016年10月5日

 (7 条评论) (0 个反应) (0 位负责人)JavaScript (129 个派生)batch import
enhancementhelp wantedstale

仓库指标

星标
 (1,918 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The current build time is extremely slow and will grow as the codebase does. I'm not as concerned with the production build time as I am about the incremental builds for hot module reloading since that's what impacts DX most, but I'd expect both to be improved with some of the following solutions.

There's a few things we can try:

Some helpful reads/links:

I'm sure there's a handful of other levers we could pull, please feel free to add more info!

I'm going to start by implementing these in our internal project first and then seeing how we can cleanly abstract this upstream into kyt. But individual PRs are welcome!

贡献者指南