A JavaScript bundler produces bundles. It's basically a static file, optimized to be served to the client (in our case: a web browser) The main goal is to produce a single bundle file from multiple dependencies. In effect, the user’s browser doesn’t need to fetch so many files separately.
Table of contents
Chaos and complexity – the issuesWhat does a JavaScript bundler do?JavaScript bundler in actionSummary1 Comment
Sort: