nytimes/kyt

Speed up build/compilation

Open

#216 aperta il 5 ott 2016

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)JavaScript (129 fork)batch import
enhancementhelp wantedstale

Metriche repository

Star
 (1918 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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!

Guida contributor