Module bundler

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

A module bundler is a software development tool that takes multiple source files and their dependencies (modules) and combines them into one or more output files called bundles. Module bundlers are commonly used in front-end web development to package JavaScript, CSS and other assets for efficient delivery to web browsers.[1][2]

Module bundlers typically start from one or more entry points and build a dependency graph of all imported modules before producing the final bundles, often applying optimisations such as minification and tree shaking.[2]

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).