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!

貢獻者指南