tooling.report

feature

Code splitting

Extract common dependencies into shared bundles

Person in labcoat walking left

Why

Code splitting is an important part of delivering high-performance JavaScript applications, helping to avoid downloading and executing more JavaScript than is necessary for a given page. At a high level, "code splitting" refers to the process of breaking up bundled code into multiple smaller bundles that can be loaded and executed independently as needed.

Use the (+) card below & tell us if we missed a capability!

Plant with tall leafs and vines in a pot

Questions or Concerns?

We want to hear from you, let us know how to make this better. Open up a GitHub issue and we’ll track it there. Thanks!

Open a GitHub Issue