Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21cc49e4e093334

Jump to content

Module bundler

From Wikipedia, the free encyclopedia

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]

References

[edit]
  1. "The Complete JavaScript Module Bundlers Guide". Snipcart. Retrieved 7 November 2025.
  2. 1 2 Tan, Li Hau. "What is module bundler and how does it work?". lihautan.com. Retrieved 7 November 2025.