nytimes/kyt

Speed up build/compilation

Open

#216 opened on Oct 5, 2016

View on GitHub
 (7 comments) (0 reactions) (0 assignees)JavaScript (1,918 stars) (129 forks)batch import
enhancementhelp wantedstale

Description

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!

Contributor guide