Code Bundle
Noun · Development
Definitions
A packaged output artifact containing compiled or combined code modules, often produced for browser delivery or deployment. Code bundles may include one or many chunks depending on the bundling strategy, code splitting, and runtime loading model.
In plain English: A packaged file or set of files containing combined application code.
Example: "The homepage slowed down because the main code bundle still pulled in several admin-only dependencies that should have been split into separate chunks."