๐Ÿ”ฐbundler

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.

Last updated