Last updated 2 years ago
Was this helpful?
JS โฉ module โฉ bundler
Because fetching a single big file tends to be faster than fetching a lot of tiny ones, web programmers have started using tools that roll their modules back into a single big file before they publish it to the Web. Such tools are called bundlers.
Eloquent JS โฉ Modules โฉ Building & Bundling